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:
@ -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}%")
|
||||
|
Reference in New Issue
Block a user