2025.12.27 13:24:39 (cachyos.cmoser.eu)

This commit is contained in:
2025-12-27 13:24:39 +01:00
parent b7d8e83219
commit b7db5eb948

View File

@@ -26,7 +26,7 @@ class Command(BaseCommand):
raise CommandError("No file to import specified") raise CommandError("No file to import specified")
file = Path(options['file']).resolve() file = Path(options['file'][0]).resolve()
print(f"Importing from {file} ...") print(f"Importing from {file} ...")
if not file.exists(): if not file.exists():