YosysHQ / mau

Modular Application Utilities
ISC License
3 stars 2 forks source link

task_loop.process: Modifiable path variable #1

Closed KrystalDelusion closed 11 months ago

KrystalDelusion commented 11 months ago

Overrides subprocess_args["env"]["PATH"] in on_run.

Useful for doing things like configuring a subprocess to use a different version of python than the current version (i.e. the one running mau).