RootTools
RootTools copied to clipboard
RootTools.copyFile fails when the path contains space
#85
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
Duplicate of #
``
#94