Skip to content

Commit 81d5509

Browse files
committed
suggested change by Matthias
1 parent 738323b commit 81d5509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nf_core/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ def safe_get(self, url):
548548
else:
549549
return r
550550
elif request.status_code in self.return_unauthorised:
551-
raise RuntimeError(f"GitHub API PR failed, probably due to an expired GITHUB_TOKEN")
551+
raise RuntimeError(f"GitHub API PR failed, probably due to an expired GITHUB_TOKEN.")
552552

553553
return request
554554

0 commit comments

Comments
 (0)