fix screw slack value

This commit is contained in:
zhao
2023-09-03 20:05:36 -04:00
parent 52e88edb89
commit 7270e91a8a
2 changed files with 3 additions and 3 deletions

View File

@ -115,7 +115,7 @@ def run_build(args):
target_var = args.t
dz = args.dz
nightly = args.nightly
build_gifs = args.build_assembly_gifs
build_gifs = args.build_gifs
if (build_var is not None) == (build_gifs is True):
print("Please either provide the build (-b) variable, or the build-gifs option (--build-gifs)")