Bladeren bron

Correct spacing in command help text

master
David Winterbottom 11 jaren geleden
bovenliggende
commit
bdb1e2fbe2
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1
    1
      src/oscar/management/commands/oscar_populate_countries.py

+ 1
- 1
src/oscar/management/commands/oscar_populate_countries.py Bestand weergeven

31
 
31
 
32
         if Country.objects.exists():
32
         if Country.objects.exists():
33
             raise CommandError(
33
             raise CommandError(
34
-                "You already have countries in your database. This command"
34
+                "You already have countries in your database. This command "
35
                 "currently does not support updating existing countries.")
35
                 "currently does not support updating existing countries.")
36
 
36
 
37
         countries = [
37
         countries = [

Laden…
Annuleren
Opslaan