Skip to content

Commit 6c71193

Browse files
committed
Print temp_file.name for troubleshooting
1 parent 7c0b199 commit 6c71193

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎docverter.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ def _process_file(source_text, to_format, from_format, extra_args):
9191
return resp.text
9292
else:
9393
print('temp_file = %r' % temp_file)
94+
print('temp_file.name = %r' % temp_file.name)
9495
raise RuntimeError(
9596
'Call to docverter failed - resp = %r; resp.content = %r'
9697
% (resp, resp.content))

0 commit comments

Comments
 (0)