microsoft / uf2

UF2 file format specification
Other
849 stars 164 forks source link

utils/uf2conv.py: Search for additional deployment locations #74

Closed zvecr closed 1 year ago

zvecr commented 1 year ago

QMK currently uses uf2conf.py as part of its workflow to convert and eventually deploy firmware. It was noted by a few users on our Discord that on some Linux distributions, it failed to find the auto-mounted directory.

This PR adds the additional search directory /run/media/<user>/ while also filtering to ensure the end list is only directories, and handling the uncaught exception when /media/ does not exist.

zvecr commented 1 year ago

@microsoft-github-policy-service agree

mmoskal commented 1 year ago

Thank you!