-
- Downloads
Extract atomic move function to utils.py
Moving atomically a file/directory can be tricky since different errors might be raised for the same underlying problem. Having a utility function to reduce this discrepancies will help in ensuring we have correct behavior
Showing
- buildstream/plugins/sources/git.py 11 additions, 18 deletionsbuildstream/plugins/sources/git.py
- buildstream/utils.py 31 additions, 0 deletionsbuildstream/utils.py
- tests/sources/git.py 1 addition, 62 deletionstests/sources/git.py
- tests/utils/movedirectory.py 88 additions, 0 deletionstests/utils/movedirectory.py
Loading
Please register or sign in to comment