summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2021-12-03 13:48:40 +0100
committerFlorian Bruhin <me@the-compiler.org>2021-12-03 13:50:57 +0100
commitbbb44f6e5056ab31f945ec7fb48106c40559a836 (patch)
tree2edfc7cf1859fc0cdcfe304bdb8eda5049c0732f /scripts
parent26d308d95d54abf68207d00002c0c1cd3d142ba4 (diff)
downloadqutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.tar.gz
qutebrowser-bbb44f6e5056ab31f945ec7fb48106c40559a836.zip
Add some missing docstring params
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/dev/build_release.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/dev/build_release.py b/scripts/dev/build_release.py
index 241d27f1d..2b3aff4b4 100755
--- a/scripts/dev/build_release.py
+++ b/scripts/dev/build_release.py
@@ -550,6 +550,7 @@ def github_upload(artifacts, tag, gh_token):
Args:
artifacts: A list of (filename, mimetype, description) tuples
tag: The name of the release tag
+ gh_token: The GitHub token to use
"""
import github3
import github3.exceptions