Skip to content

Commit

Permalink
changing the grammar so that the noun+verb becomes a pronoun
Browse files Browse the repository at this point in the history
  • Loading branch information
EmelineFavreau authored Aug 11, 2023
1 parent e5ce6ce commit 8dd033f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nf_core/components/remove.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def remove(self, component, removed_by=None, removed_components=None, force=Fals
removed_components.append(component_name.replace("/", "_"))
# print removed dependencies
if removed_components:
log.info(f"Removed files for '{component}' and it's dependencies '{', '.join(removed_components)}'.")
log.info(f"Removed files for '{component}' and its dependencies '{', '.join(removed_components)}'.")
else:
log.info(f"Removed files for '{component}'.")
else:
Expand Down

0 comments on commit 8dd033f

Please sign in to comment.