Skip to content

Commit

Permalink
fixing pylint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jan 9, 2024
1 parent cb39e91 commit 1348abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ def create_test_files(self, run_dir: str, run_data: json) -> int:
# init the filename storage
out_file_name: str = 'empty'

self.logger.debug(f'Creating test files.')
self.logger.debug('Creating test files. run_dir: %s', run_dir)

try:
# for each test list
Expand Down

0 comments on commit 1348abd

Please sign in to comment.