Stericson / RootTools

RootTools Library
1.6k stars 484 forks source link

RootTools.copyFile fails when the path contains space #85

Open DamonChen117 opened 6 years ago

JcChimjj commented 6 years ago

85

SourceDiver42 commented 5 years ago

Try to put a backslash in front of the space. Like so: /dir/subdir/some\ path

As the code uses shell commands to copy the file, you need to form the arguments like in a bash shell

khunkakk commented 4 years ago

Duplicate of #

khunkakk commented 4 years ago

``

danaenaomi12 commented 4 years ago

94