Skip to content

Commit ebe1f39

Browse files
committed
Oops missed a zero length field
in 090dba0
1 parent 376e84f commit ebe1f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎docverter.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def _process_file(source_text, to_format, from_format, extra_args):
9797
if resp.status_code == 500:
9898
req = prepared
9999
print('**** Got a 500 error from server *****')
100-
print('{0}\n{1}\n{2}\n\n{}'.format(
100+
print('{0}\n{1}\n{2}\n\n{3}'.format(
101101
'-----------START-----------',
102102
req.method + ' ' + req.url,
103103
'\n'.join('{0}: {1}'.format(k, v)

0 commit comments

Comments
 (0)