You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like there is some problems when launching a child_process.exec() where command fails if the path has some space (even if they are escaped with \ or between ").
May be python's fault.
Looks like there is some problems when launching a
child_process.exec()where command fails if the path has some space (even if they are escaped with\or between").May be python's fault.
I wont research any further.