Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update syrupy.py
  • Loading branch information
haochenpan committed Sep 22, 2019
1 parent 68cb56d commit a57c213
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/syrupy.py
Expand Up @@ -161,6 +161,7 @@ def poll_process(pid=None,
stdout=subprocess.PIPE)
poll_time = datetime.datetime.now()
stdout, stderr = communicate(ps)
stdout = stdout.encode('utf-8').strip()

if debug_level >= 9:
sys.stderr.write(stdout + "\n")
Expand Down

0 comments on commit a57c213

Please sign in to comment.