Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | extras: Use shutil.move instead of os.rename | Wolfgang Müller | 2022-02-28 | -1/+1 |
| | | | | | | os.rename fails when moving files between devices or filesystems. Instead use shutil.move which uses os.rename or falls back to copying the files and removing the originals. | |||
* | extras: Specify full list of arguments | Wolfgang Müller | 2022-02-22 | -2/+2 |
| | ||||
* | Initial commit | Wolfgang Müller | 2022-02-22 | -0/+128 |