mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-07-10 08:17:48 -06:00
🔨 Fix schema.py ; Add build_example --index=N
This commit is contained in:
parent
37f490fdd0
commit
2b39e51a40
2 changed files with 8 additions and 4 deletions
|
@ -173,8 +173,7 @@ def extract_files(filekey):
|
|||
comment_buff = []
|
||||
if cline != '':
|
||||
# A (block or slash) comment was already added
|
||||
if 'comment' in last_added_ref:
|
||||
cfield = 'notes'
|
||||
cfield = 'notes' if 'comment' in last_added_ref else 'comment'
|
||||
last_added_ref[cfield] = cline
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue