Skip to content

Commit

Permalink
Update filesig.py
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored May 19, 2020
1 parent e85252e commit aacfe7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filesig/filesig.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
stdout = subprocess.PIPE,
stderr = subprocess.PIPE)
stdout, stderr = proc_pdfsig.communicate()
if stderr:
if stdout:
print(stdout.decode())
print(stderr.decode())
raise Exception(('pdfsig is not installed.'
Expand Down

0 comments on commit aacfe7e

Please sign in to comment.