1
0
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:
Ivan Grokhotkov
2018-02-18 13:24:41 +03:00
committed by Ivan Grokhotkov
parent a358bce0d9
commit a020e8941a
2 changed files with 2 additions and 2 deletions

View File

@ -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'