Skip to content

Commit

Permalink
Update winfstests.py
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewc12 committed Aug 4, 2023
1 parent 42ace0d commit 117b51e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/windows/tests/winfstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ def main():
total += 1
notok += 1
out = " ".join([str(test),
ok, "/", total)
ok, "/", total])

print(out)
log_file.write(out)
Expand Down

0 comments on commit 117b51e

Please sign in to comment.