1
0
Fork 0
mirror of https://github.com/EdgeTX/edgetx.git synced 2025-07-24 00:35:14 +03:00

Cosmetics

This commit is contained in:
bsongis 2015-03-14 11:36:10 +01:00
parent da0b422dce
commit 318fc79dfe
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ def checkName(name):
warning = True
dups_name.append(name)
if name != name.lower():
print "WARNING:Name not in lower case %s found for constant %s" % (name, CONSTANT_VALUE)
print "WARNING: Name not in lower case %s found for constant %s" % (name, CONSTANT_VALUE)
warning = True