Fixing partial map static layer compilation bug
- Processing order was not correct
This commit is contained in:
parent
274dd6c17b
commit
eddfdfeb89
1
kll.py
1
kll.py
@ -759,7 +759,6 @@ if __name__ == '__main__':
|
|||||||
for filename in partial:
|
for filename in partial:
|
||||||
variables_dict.setCurrentFile( filename )
|
variables_dict.setCurrentFile( filename )
|
||||||
processKLLFile( filename )
|
processKLLFile( filename )
|
||||||
|
|
||||||
# Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
|
# Apply assignment cache, see 5.1.2 USB Codes for why this is necessary
|
||||||
macros_map.replayCachedAssignments()
|
macros_map.replayCachedAssignments()
|
||||||
# Remove un-marked keys to complete the partial layer
|
# Remove un-marked keys to complete the partial layer
|
||||||
|
Reference in New Issue
Block a user