Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jan 30, 2025
1 parent fc3aa18 commit c6428fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reboost/build_hit.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def build_hit(

# iterate over files
for file_idx, (stp_file, glm_file) in enumerate(zip(files["stp"], files["glm"])):
log.info("... starting post processing of %s to %s", stp_file, files['hit'][file_idx])
log.info("... starting post processing of %s to %s", stp_file, files["hit"][file_idx])

# loop over processing groups
for group_idx, proc_group in enumerate(config["processing_groups"]):
Expand Down

0 comments on commit c6428fe

Please sign in to comment.