-p has been replaced by a required option. Various docs changes.

reviewable/pr18780/r1
Michael DeHaan 13 years ago
parent 0491fa1dda
commit 7638c0ecf8

@ -45,13 +45,13 @@ try:
except (OSError, IOError), e:
print json.dumps({
"failed": 1,
"error": str(e),
"msg": str(e),
})
sys.exit(1)
except:
print json.dumps({
"failed" : 1,
"traceback" : traceback.format_exc()
"msg" : traceback.format_exc()
})
sys.exit(1)

Loading…
Cancel
Save