Just like #1884 but on a different file.
```
./src/Tools/FCFileTools.py:47:50: F821 undefined name 'to'
print('Error copying', pathFrom, to, pathTo, '--skipped')
^
./src/Tools/FCFileTools.py:86:54: F821 undefined name 'to'
print('Error copying', pathFrom, to, pathTo, '--skipped')
^
```