mirror of
https://git.cmoser.eu/tinytools/django-tinywiki.git
synced 2026-02-04 06:06:33 +01:00
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")
|
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():
|
||||||
|
|||||||
Reference in New Issue
Block a user