2025.12.27 13:24:39 (cachyos.cmoser.eu)
This commit is contained in:
@@ -26,7 +26,7 @@ class Command(BaseCommand):
|
||||
raise CommandError("No file to import specified")
|
||||
|
||||
|
||||
file = Path(options['file']).resolve()
|
||||
file = Path(options['file'][0]).resolve()
|
||||
print(f"Importing from {file} ...")
|
||||
|
||||
if not file.exists():
|
||||
|
||||
Reference in New Issue
Block a user