Skip to content

Commit 7f2f436

Browse files
Merge branch 'verify-repo' of github.com:ErikDanielsson/tools into verify-repo
2 parents 0d8a6d4 + 694d1ea commit 7f2f436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/modules/modules_repo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def verify_modules_repo(self):
3636

3737
# Check if name seems to be well formed
3838
if self.name.count("/") != 1:
39-
raise LookupError(f"Repository name '{self.name}'is not well formed")
39+
raise LookupError(f"Repository name '{self.name}' is not well formed")
4040

4141
# Check if repository exist
4242
api_url = f"https://api.github.com/repos/{self.name}/branches"

0 commit comments

Comments
 (0)