Fixed a typo.

- Legacy-Id: 17056
This commit is contained in:
Henrik Levkowetz 2019-11-19 09:38:29 +00:00
parent 6333e7d842
commit 6070101b4d

View file

@ -323,7 +323,7 @@ for entry in ready:
unittest = pipe(cmd).strip()
except OSError as e:
if "E200017" in str(e):
unittestt = ""
unittest = ""
pass
else:
raise