Skip to content

Commit

Permalink
Update cg/services/deliver_files/delivery_file_fetcher_service/error_…
Browse files Browse the repository at this point in the history
…handling.py

Co-authored-by: Sebastian Diaz <[email protected]>
  • Loading branch information
ChrOertlin and diitaz93 authored Oct 11, 2024
1 parent a682a92 commit a0a583a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def wrapper(*args, **kwargs):
try:
return func(*args, **kwargs)
except HousekeeperBundleVersionMissingError:
msg: str = f"Missing bundles detected for:"
msg: str = "Missing bundles detected for:"
if case_id:
msg += f" case {case_id}"
if sample_id:
Expand Down

0 comments on commit a0a583a

Please sign in to comment.