Skip to content

Commit

Permalink
Try removing the section entirely
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Oct 29, 2024
1 parent 1e10b29 commit 649fc64
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions nf_core/components/update.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ def update(self, component=None, silent=False, updated=None, check_diff_exist=Tr
if self.current_remote is None:
self.current_remote = self.modules_repo.remote_url

if self.original_remote != self.modules_repo.remote_url and self.sha is None:
self.current_sha = None
else:
self.current_sha = self.sha
# if self.original_remote != self.modules_repo.remote_url and self.sha is None:
# self.current_sha = None
# else:
# self.current_sha = self.sha

self.component = component
if updated is None:
Expand Down

0 comments on commit 649fc64

Please sign in to comment.