Skip to content

Commit

Permalink
Merge pull request #2395 from nf-core/grammar
Browse files Browse the repository at this point in the history
changing the grammar so that the noun+verb becomes a pronoun
  • Loading branch information
mashehu authored Aug 11, 2023
2 parents 244e090 + 8dd033f commit 3ec2697
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 3ec2697

Please sign in to comment.