Skip to content

Commit

Permalink
Fix conditional in streaming run cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 16, 2016
1 parent 3da3865 commit 310b7d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcspull/repo/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def run(
raise exc.VCSPullException(
err + console_to_str(process.stderr.read())
)
if err != '':
else:
self.show_progress("%s" % err)

self.end_progress('%s' % (console_to_str(process.stdout.read())))
Expand Down

0 comments on commit 310b7d3

Please sign in to comment.