Skip to content

Commit 6070101

Browse files
committed
Fixed a typo.
- Legacy-Id: 17056
1 parent 6333e7d commit 6070101

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/mergeready

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ for entry in ready:
323323
unittest = pipe(cmd).strip()
324324
except OSError as e:
325325
if "E200017" in str(e):
326-
unittestt = ""
326+
unittest = ""
327327
pass
328328
else:
329329
raise

0 commit comments

Comments
 (0)