Skip to content

Commit 39f1309

Browse files
committed
Formating
1 parent 1476373 commit 39f1309

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

nxc/modules/spider_plus.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,10 @@ def list_path(self, share, subfolder):
122122

123123
if "STATUS_ACCESS_DENIED" in str(e):
124124
self.logger.debug(f'Cannot list files in folder "{subfolder}".')
125-
126125
elif "STATUS_OBJECT_PATH_NOT_FOUND" in str(e):
127126
self.logger.debug(f"The folder {subfolder} does not exist.")
128-
129127
elif self.reconnect():
130128
filelist = self.list_path(share, subfolder)
131-
132129
return filelist
133130

134131
def get_remote_file(self, share, path):

0 commit comments

Comments
 (0)