Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ulwgl_util: fix bug for copyfile arguments
- Changes the second argument for copyfile, as the second should not be joined. - When failing to make a shallow copy on a non-CoW filesystem, we fallback to normal copying by utilizing the shutil module. However, the second argument was wrong, as the state of the parameters are simply the files themselves that should be copied to the destination. For instance: /usr/share/ULWGL/run-in-sniper (source) /home/foo/.local/share/ULWGL/run-in-sniper (destination)
- Loading branch information