Skip to content

Commit

Permalink
adding a log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Jan 9, 2024
1 parent 55abb50 commit f0be5f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/staging/staging.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ 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.')

try:
# for each test list
for item in run_data['request_data']['tests']:
Expand Down

0 comments on commit f0be5f1

Please sign in to comment.