More debug info when this fails.
This commit is contained in:
parent
fa38136cf7
commit
30015a5624
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ if __name__ == '__main__':
|
|||
continue
|
||||
kojitag = session.getTag(tag)
|
||||
if kojitag is None:
|
||||
print "ERROR: tag %s does not exist!\n" % (tag)
|
||||
print "ERROR: tag %s does not exist for arch %s!\n" % (tag, arch)
|
||||
usage()
|
||||
|
||||
kojipkgs = {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue