We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d8a6d4 + 694d1ea commit 7f2f436Copy full SHA for 7f2f436
nf_core/modules/modules_repo.py
@@ -36,7 +36,7 @@ def verify_modules_repo(self):
36
37
# Check if name seems to be well formed
38
if self.name.count("/") != 1:
39
- raise LookupError(f"Repository name '{self.name}'is not well formed")
+ raise LookupError(f"Repository name '{self.name}' is not well formed")
40
41
# Check if repository exist
42
api_url = f"https://api.github.com/repos/{self.name}/branches"
0 commit comments