If one is developing in Qubes using the `run.sh` script, when you download files you get: ``` 'OSError: [Errno 18] Invalid cross-device link' ``` Due to the fact that `/tmp` is on a different filesystem than `/home/user`, so we can't use `os.rename` and instead should use `shutil.move`