mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-12 01:53:07 +03:00
boards.txt.py: normalize script name in generated output
This commit is contained in:
committed by
Ivan Grokhotkov
parent
a358bce0d9
commit
a020e8941a
@ -1102,7 +1102,7 @@ def all_boards ():
|
||||
macros.update(led(led_default, led_max))
|
||||
|
||||
print '#'
|
||||
print '# this file is script-generated and is likely to be overwritten by ' + sys.argv[0]
|
||||
print '# this file is script-generated and is likely to be overwritten by ' + os.path.basename(sys.argv[0])
|
||||
print '#'
|
||||
print ''
|
||||
print 'menu.BoardModel=Model'
|
||||
|
Reference in New Issue
Block a user