1
0
Fork 0

added error message

This commit is contained in:
Frank Celler 2016-05-03 14:24:49 +02:00
parent 236ba5cd04
commit fe62ce6a1a
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ def start_docublock(cargo, r=Regexen()):
else:
currentDocuBlock = last.split(' ')[1].rstrip()
except Exception as x:
print >> sys.stderr, "failed to fetch docublock in '" + last + "'"
print >> sys.stderr, "failed to fetch docublock in '" + last + "': " + str(x)
raise
return generic_handler(cargo, r, 'start_docublock')