Skip to content

Commit

Permalink
d5
Browse files Browse the repository at this point in the history
  • Loading branch information
spuiuk committed Jun 25, 2024
1 parent 9445db5 commit 3c6fca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions testcases/loading/test_loading.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ def __init__(
self.smbclient: testhelper.SMBClient = testhelper.SMBClient(
hostname, share, username, passwd
)
print(f"connected: {self.rootpath}")
except (IOError, TimeoutError, ConnectionError) as error:
self.stats["error"] += 1
raise RuntimeError(f"failed to setup connection: {error}")
Expand Down

0 comments on commit 3c6fca5

Please sign in to comment.