mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 10:05:39 +00:00
general linting fixes
This commit is contained in:
@ -24,7 +24,7 @@ for line in str(out.decode()).split('\n'):
|
||||
if len(locales) > 0:
|
||||
print("There are {n} unstaged locale files:".format(n=len(locales)))
|
||||
|
||||
for l in locales:
|
||||
print(" - {l}".format(l=l))
|
||||
for lang in locales:
|
||||
print(" - {l}".format(l=lang))
|
||||
|
||||
sys.exit(len(locales))
|
||||
sys.exit(len(locales))
|
||||
|
Reference in New Issue
Block a user