Skip to content

Commit

Permalink
Print temp_file.name for troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
msabramo committed Feb 2, 2015
1 parent 7c0b199 commit 6c71193
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def _process_file(source_text, to_format, from_format, extra_args):
return resp.text
else:
print('temp_file = %r' % temp_file)
print('temp_file.name = %r' % temp_file.name)
raise RuntimeError(
'Call to docverter failed - resp = %r; resp.content = %r'
% (resp, resp.content))
Expand Down

0 comments on commit 6c71193

Please sign in to comment.