Ver código fonte

Fix typo in scrape_roms cmd

Colin Powell 3 anos atrás
pai
commit
c76fc89f2e
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      games/management/commands/scrape_roms.py

+ 1 - 1
games/management/commands/scrape_roms.py

@@ -13,7 +13,7 @@ class Command(BaseCommand):
     def handle(self, *args, **options):
         game_system_slug = options["system"]
         if not game_system_slug:
-            self.stdout.write(self.style.ERROR(f"No game system, or all specified")
+            self.stdout.write(self.style.ERROR(f"No game system, or all specified"))
             return False
 
         if game_system_slug == "all":