More debug info when this fails.

This commit is contained in:
Ralph Bean 2017-03-01 19:50:02 +00:00
parent fa38136cf7
commit 30015a5624

View file

@ -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 = {}