qmk / qmk_compiler

The worker process that pulls keymap jobs from the queue and compiles them
16 stars 22 forks source link

Fixup paths. #101

Closed tzarc closed 1 year ago

tzarc commented 1 year ago

Description

Assuming os.chdir('..') is great when you're going deeper in the hierarchy.

tzarc commented 1 year ago

the 'qmk_firmware' in store_firmware_source() is the S3-like path and shouldn't be changed. Rest should be sorted.