Skip to content

Commit

Permalink
Porting PR saltstack#50757 to 2019.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
garethgreenaway committed Sep 19, 2019
1 parent 8d4d5ea commit 7fb23fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/modules/restartcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ def restartcheck(ignorelist=None, blacklist=None, excludepid=None, **kwargs):

while True:
_check_timeout(start_time, timeout)
line = paths.stdout.readline()
line = salt.utils.stringutils.to_unicode(paths.stdout.readline())
if not line:
break
pth = line[:-1]
Expand Down

0 comments on commit 7fb23fc

Please sign in to comment.