Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hack: Fix variable reference before assignment
Traceback (most recent call last): File "/root/master/./hack/build-image", line 726, in <module> main() File "/root/master/./hack/build-image", line 716, in main _action(cli, img) File "/root/master/./hack/build-image", line 513, in retag container_tag(cli, cid, *tags) File "/root/master/./hack/build-image", line 268, in container_tag args += [tag] + list(tags) UnboundLocalError: local variable 'args' referenced before assignment Signed-off-by: Anoop C S <[email protected]>
- Loading branch information