Skip to content

Commit

Permalink
Formating
Browse files Browse the repository at this point in the history
  • Loading branch information
NeffIsBack committed Feb 18, 2025
1 parent 1476373 commit 39f1309
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions nxc/modules/spider_plus.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,10 @@ def list_path(self, share, subfolder):

if "STATUS_ACCESS_DENIED" in str(e):
self.logger.debug(f'Cannot list files in folder "{subfolder}".')

elif "STATUS_OBJECT_PATH_NOT_FOUND" in str(e):
self.logger.debug(f"The folder {subfolder} does not exist.")

elif self.reconnect():
filelist = self.list_path(share, subfolder)

return filelist

def get_remote_file(self, share, path):
Expand Down

0 comments on commit 39f1309

Please sign in to comment.