Skip to content

Commit

Permalink
Update nf_core/components/update.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mirpedrol authored Feb 9, 2023
1 parent 297b2c8 commit cab29c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/components/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -884,7 +884,7 @@ def update_linked_components(self, modules_to_update, subworkflows_to_update, up
except LookupError as e:
# If the module to be updated is not available, check if there has been a name change
if "not found in list of available" in str(e):
# Skip update, we check for name changes with manage_changes_in_linked_components in line #261
# Skip update, we check for name changes with manage_changes_in_linked_components
pass
else:
raise
Expand Down

0 comments on commit cab29c8

Please sign in to comment.