We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a358bce commit a020e89Copy full SHA for a020e89
boards.txt
@@ -1,5 +1,5 @@
1
#
2
-# this file is script-generated and is likely to be overwritten by tools/boards.txt.py
+# this file is script-generated and is likely to be overwritten by boards.txt.py
3
4
5
menu.BoardModel=Model
tools/boards.txt.py
@@ -1102,7 +1102,7 @@ def all_boards ():
1102
macros.update(led(led_default, led_max))
1103
1104
print '#'
1105
- 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])
1106
1107
print ''
1108
print 'menu.BoardModel=Model'
0 commit comments