Skip to content

Conversation

anoopcs9
Copy link
Collaborator

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

@anoopcs9 anoopcs9 force-pushed the fix-ref-before-assign-err branch from cb20c59 to 6764958 Compare November 21, 2024 13:11
Copy link
Collaborator

@obnoxxx obnoxxx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

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]>
@anoopcs9 anoopcs9 force-pushed the fix-ref-before-assign-err branch from 6764958 to b5a8437 Compare November 27, 2024 08:37
@mergify mergify bot merged commit 7c5bb48 into samba-in-kubernetes:master Nov 27, 2024
33 checks passed
@anoopcs9 anoopcs9 deleted the fix-ref-before-assign-err branch November 27, 2024 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants