RootTools icon indicating copy to clipboard operation
RootTools copied to clipboard

RootTools.copyFile fails when the path contains space

Open DamonChen117 opened this issue 6 years ago • 5 comments

DamonChen117 avatar Aug 29 '18 03:08 DamonChen117

#85

JcChimjj avatar Sep 05 '18 22:09 JcChimjj

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

SourceDiver42 avatar Sep 05 '19 17:09 SourceDiver42

Duplicate of #

khunkakk avatar Dec 10 '19 15:12 khunkakk

``

khunkakk avatar Dec 10 '19 15:12 khunkakk

#94

danaenaomi12 avatar Jun 07 '20 06:06 danaenaomi12