Skip to content

Commit 49bb7f8

Browse files
committed
argparse givs us a float.
1 parent b9f2bed commit 49bb7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_docs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ def main():
340340
logging.root.setLevel(logging.DEBUG)
341341
venv = os.path.join(args.build_root, "venv")
342342
if args.branch:
343-
branches_to_do = [(args.branch, args.branch, args.devel)]
343+
branches_to_do = [(args.branch, str(args.branch), args.devel)]
344344
else:
345345
branches_to_do = BRANCHES
346346
if not args.languages:

0 commit comments

Comments
 (0)