Skip to content

Commit 694d1ea

Browse files
Update nf_core/modules/modules_repo.py
1 parent e4a3b48 commit 694d1ea

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)