Skip to content

Commit

Permalink
Revert change from other PR
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBrandUWV committed Dec 20, 2024
1 parent f5089c3 commit e1afa8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SSHLibrary/library.py
Original file line number Diff line number Diff line change
Expand Up @@ -2206,6 +2206,7 @@ def list_files_in_directory(self, path, pattern=None, absolute=False):
files = self.current.list_files_in_dir(path, pattern, absolute)
except SSHClientException as msg:
raise RuntimeError(msg)
files = self.current.list_files_in_dir(path, pattern, absolute)
self._log(
"{0} file{1}:\n{2}".format(
len(files), plural_or_not(files), "\n".join(files)
Expand Down

0 comments on commit e1afa8e

Please sign in to comment.