Files
create/src/Mod/Draft
GUAN Xin 75251151ff Some shutil don't have the .which method.
Directly calling subprocess.Popen without checking the presence of the
program is the optimal solution because:
1) Avoids race condition, where the program disappears between the
  check and the Popen call.
2) Popen will raise exception if the program is absent anyway,
  no race condition here.
2021-07-19 14:12:03 +08:00
..
2020-11-09 12:35:14 +01:00
2021-07-08 16:06:38 +02:00
2020-03-24 11:14:24 +01:00