Print out what package failed, m'kay?

master
Ansariel 2023-04-22 01:09:32 +02:00
parent 62730c5d41
commit 407c2e59f7
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@ def add_info(key, pkg, lines):
# <FS:Ansariel> Only add as duplicate of the version is duplicate and the copyright string does not match
#else:
elif info[key][pkg] != '\n'.join(lines):
print("key: %s - pkg: %s - line: %s" % (key, pkg, lines))
# </FS:Ansariel>
dups[key].add(pkg)