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.
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.