summaryrefslogtreecommitdiffstats
path: root/parsers/caves.py
diff options
context:
space:
mode:
authorPhilip Sargent <philip.sargent@klebos.com>2021-04-15 18:06:04 +0100
committerPhilip Sargent <philip.sargent@klebos.com>2021-04-15 18:06:04 +0100
commit540ce7c0760e65508cc3419c737271c2948571fc (patch)
treed82e4d7cdd9ad89e65928f214a0d0279acb2d83e /parsers/caves.py
parent27491c933a3b676960179448c7c28ba1b788e3e7 (diff)
downloadtroggle-540ce7c0760e65508cc3419c737271c2948571fc.tar.gz
troggle-540ce7c0760e65508cc3419c737271c2948571fc.tar.bz2
troggle-540ce7c0760e65508cc3419c737271c2948571fc.zip
bug fix in error message
Diffstat (limited to 'parsers/caves.py')
-rw-r--r--parsers/caves.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsers/caves.py b/parsers/caves.py
index cd62fa2..a263182 100644
--- a/parsers/caves.py
+++ b/parsers/caves.py
@@ -330,7 +330,7 @@ def readcave(filename):
#c.description_file="" # done only once, to clear out cruft.
#c.save()
else: # more than one item in long list
- message = f' ! {slug:12} ABORT loading this cave. in "{filename}"'
+ message = f' ! ABORT loading this cave. in "{filename}"'
DataIssue.objects.create(parser='caves', message=message, url=f'/cave/{slug}/edit/')
print(message)