Closed tzarc closed 1 year ago
Assuming os.chdir('..') is great when you're going deeper in the hierarchy.
os.chdir('..')
the 'qmk_firmware' in store_firmware_source() is the S3-like path and shouldn't be changed. Rest should be sorted.
'qmk_firmware'
store_firmware_source()
Description
Assuming
os.chdir('..')
is great when you're going deeper in the hierarchy.