Perfexionists / perun

Lightweight Performance Control System
GNU General Public License v3.0
16 stars 14 forks source link

Minimalize the usage of subprocess module #179

Open tfiedor opened 8 months ago

tfiedor commented 8 months ago

There is still quite a lot of usage of subprocess module, the issue is that:

  1. Codacy is quiet an ass about it,
  2. It might seduce some contributors to use subprocess function directly instead of using our safe functions in perun.utils.external.