summaryrefslogtreecommitdiff
path: root/archaeological_operations/management/commands/import_operations.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@proxience.com>2013-04-16 16:52:00 +0000
committerÉtienne Loks <etienne.loks@proxience.com>2013-04-16 16:52:00 +0000
commitd715b71f39fae579b79f9ce4fd3f9fb2a828311b (patch)
treee851a91f6f514abcfd20b7d5e8ebabe30e2e2b2e /archaeological_operations/management/commands/import_operations.py
parent5a8f66d8349b00812a4a8b55317688a7832a10a3 (diff)
parent83cb933dcd05bd6308b68fa1559d828f5b1a18bc (diff)
downloadIshtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.tar.bz2
Ishtar-d715b71f39fae579b79f9ce4fd3f9fb2a828311b.zip
Merge branch 'master' of lysithea.proxience.net:/home/proxience/git/ishtar
Diffstat (limited to 'archaeological_operations/management/commands/import_operations.py')
-rwxr-xr-xarchaeological_operations/management/commands/import_operations.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/management/commands/import_operations.py b/archaeological_operations/management/commands/import_operations.py
index cdcbff54b..3cf4a569d 100755
--- a/archaeological_operations/management/commands/import_operations.py
+++ b/archaeological_operations/management/commands/import_operations.py
@@ -33,7 +33,7 @@ class Command(BaseCommand):
def handle(self, *args, **options):
if not args or not args[0]:
- raise CommandError("No file provided." % args[0])
+ raise CommandError("No file provided.")
filename = args[0]
update = len(args) > 1 and args[1]
file_type = len(args) > 1 and args[2]