mirror of https://gitee.com/bigwinds/arangodb
added error message
This commit is contained in:
parent
236ba5cd04
commit
fe62ce6a1a
|
@ -484,7 +484,7 @@ def start_docublock(cargo, r=Regexen()):
|
||||||
else:
|
else:
|
||||||
currentDocuBlock = last.split(' ')[1].rstrip()
|
currentDocuBlock = last.split(' ')[1].rstrip()
|
||||||
except Exception as x:
|
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
|
raise
|
||||||
|
|
||||||
return generic_handler(cargo, r, 'start_docublock')
|
return generic_handler(cargo, r, 'start_docublock')
|
||||||
|
|
Loading…
Reference in New Issue