Skip to content

Commit

Permalink
refact: Do the negative test
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Oct 28, 2024
1 parent 046881a commit 0199e2d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nf_core/components/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,7 @@ def update(self, component=None, silent=False, updated=None, check_diff_exist=Tr
self.modules_repo = ModulesRepo(remote_url, branch)
component = component["name"]

if self.current_remote == self.modules_repo.remote_url and self.sha is not None:
self.current_sha = self.sha
else:
if self.current_remote != self.modules_repo.remote_url and self.sha is None:
self.current_sha = None

if self.current_remote is None:
Expand Down

0 comments on commit 0199e2d

Please sign in to comment.