mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-24 00:35:14 +03:00
Cosmetics
This commit is contained in:
parent
da0b422dce
commit
318fc79dfe
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue