Fixed a typo.
- Legacy-Id: 17056
This commit is contained in:
parent
6333e7d842
commit
6070101b4d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue