Skip to content

Commit

Permalink
Linting
Browse files Browse the repository at this point in the history
  • Loading branch information
Shettland authored Jan 14, 2025
1 parent d386288 commit cd19ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relecov_tools/metadata_homogeneizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def handling_files(self, file_data, data_to_add):

else:
if data == {'ERROR': 'not valid format'}:
raise ValueError(f"Unknown error during processing of {file_data["file_name"]}")
raise ValueError(f"Unknown error during processing of {file_data['file_name']}")
func_name = file_data["function"]
stderr.print("[yellow] Start processing function " + func_name)
exec(
Expand Down

0 comments on commit cd19ab2

Please sign in to comment.