migaku-official / Migaku-Anki-Addon

GNU General Public License v3.0
13 stars 1 forks source link

Add subp class to provide versions of subprocess that do not flash on Windows #64

Closed hgiesel closed 1 year ago

hgiesel commented 1 year ago

Fixes issue reported here of cmd prompt flashing when creating cards on Windows.

There are other uses of subprocess.{call,Popen} which are used in the code, but I'm not sure they are triggered anywhere. Anyway these three cases are the worst offenders.