Skip to content

Commit

Permalink
Merge branch 'main' into windows_build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck authored Sep 18, 2023
2 parents ac7be4d + 40a0ef9 commit 5ee39f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nxc/modules/webdav.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def on_login(self, context, connection):
except SessionError as e:
if e.getErrorCode() == nt_errors.STATUS_OBJECT_NAME_NOT_FOUND:
pass

elif e.getErrorCode() in nt_errors.ERROR_MESSAGES:
context.log.fail(f"Error enumerating WebDAV: {e.getErrorString()[0]}", color="magenta")
else:
raise e

0 comments on commit 5ee39f1

Please sign in to comment.