mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
tweak apk-cmp script
This commit is contained in:
parent
0dbc976561
commit
988ac55eaa
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def compare( apks, apkData, indices ):
|
|||
printDiff( apks, key )
|
||||
index += 1
|
||||
if 0 != same:
|
||||
print "(skipped {same} files)".format(same=same)
|
||||
print "({same} identical files skipped)".format(same=same)
|
||||
|
||||
def main():
|
||||
apks = []
|
||||
|
|
Loading…
Add table
Reference in a new issue