pungi-koji: fix bad module path to verify_label()
This commit is contained in:
parent
0da05a8682
commit
008d80186e
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ def main():
|
|||
|
||||
if opts.label:
|
||||
try:
|
||||
productmd.composeinfo.compose.verify_label(opts.label)
|
||||
productmd.composeinfo.verify_label(opts.label)
|
||||
except ValueError as ex:
|
||||
parser.error(str(ex))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue