Skip to content

Commit b4ac0d0

Browse files
committed
Remove remaining use of args.tag and replace with tag obtained from
config file
1 parent 108250d commit b4ac0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/test/examples/update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def create_work_directory(path):
468468
return_code, ref = run_cmd_with_output(cmd)
469469

470470
if return_code:
471-
update_log.error("Could not obtain SHA for tag: %s", args.tag)
471+
update_log.error("Could not obtain SHA for tag: %s", tag)
472472
sys.exit(1)
473473

474474
# Loop through the examples

0 commit comments

Comments
 (0)