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.
1 parent 738323b commit 81d5509Copy full SHA for 81d5509
nf_core/utils.py
@@ -548,7 +548,7 @@ def safe_get(self, url):
548
else:
549
return r
550
elif request.status_code in self.return_unauthorised:
551
- raise RuntimeError(f"GitHub API PR failed, probably due to an expired GITHUB_TOKEN")
+ raise RuntimeError(f"GitHub API PR failed, probably due to an expired GITHUB_TOKEN.")
552
553
return request
554
0 commit comments