Skip to content

Commit

Permalink
Fixed pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Hui committed Apr 20, 2023
1 parent 3653bb3 commit 762c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e4e_data_management/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def stage(self, paths: Iterable[Path], destination: Optional[Path] = None):
hash=file_hash
)
)
self.__log.info('Staging %s (%s) to %s', origin_file.as_posix(), file_hash,
self.__log.info('Staging %s (%s) to %s', origin_file.as_posix(), file_hash,
target_path.as_posix())
else:
raise RuntimeWarning('Not a normal file')
Expand Down

0 comments on commit 762c032

Please sign in to comment.