소스 검색

Fix typo in scrape_roms cmd

Colin Powell 3 년 전
부모
커밋
c76fc89f2e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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":