Skip to content

Commit

Permalink
d4
Browse files Browse the repository at this point in the history
  • Loading branch information
spuiuk committed Jun 25, 2024
1 parent 3312274 commit 9445db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testcases/loading/test_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ def _simple_run(self, op=""):
self.smbclient.unlink(file)
# Catch operational errors
except (IOError, TimeoutError, ConnectionError) as error:
if op == "write":
print(f"write failed for {file}")
print(error)
self.stats["error"] += 1

Expand Down

0 comments on commit 9445db5

Please sign in to comment.