2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

Add another check for merging stock

This commit is contained in:
Oliver
2021-12-21 09:29:12 +11:00
parent dd53748f9f
commit 52ca2e5068
2 changed files with 5 additions and 2 deletions

View File

@ -72,7 +72,7 @@ if __name__ == '__main__':
if verbose:
print(f"| {locale.ljust(4, ' ')} : {str(percentage).rjust(4, ' ')}% |")
locales_perc[locale] = percentage
percentages.append(percentage)
@ -89,4 +89,4 @@ if __name__ == '__main__':
else:
avg = 0
print(f"InvenTree translation coverage: {avg}%")
print(f"InvenTree translation coverage: {avg}%")