Skip to content

Commit

Permalink
Don't use stderr in ExternalProgramError
Browse files Browse the repository at this point in the history
because it’s empty now.
  • Loading branch information
roblanf committed Apr 19, 2017
1 parent a3279d4 commit c92c486
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion partfinder/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,6 @@ def main(name, datatype, passed_args=None):
log.error("""A program that Partitionfinder uses failed. Output
follows, in case it's helpful for finding the problem""")
log.error("%s", e.stdout)
log.error("%s", e.stderr)
if options.show_python_exceptions or passed_args is not None:
raise

Expand Down

0 comments on commit c92c486

Please sign in to comment.