Skip to content

Commit

Permalink
fix hound issue
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Oct 14, 2023
1 parent 37eec67 commit 6357e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi_bot_job_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ def read_job_test(self, job_test_file_path):
# reuse function from module tools.job_metadata to read metadata file
test = read_metadata_file(job_test_file_path, self.logfile)
if test and "TEST" in test:
return result["TEST"]
return test["TEST"]
else:
return None

Expand Down

0 comments on commit 6357e01

Please sign in to comment.