JakobGM / astrality

Astrality - A modular and dynamic configuration file manager
https://astrality.readthedocs.io
MIT License
98 stars 3 forks source link

Use shutil.copymode instead of manual permission bits copying #22

Closed sshashank124 closed 6 years ago

sshashank124 commented 6 years ago

NOTE: It is fine to pass in Path-like objects since python's os.stat and os.chmod methods accept Path-like objects

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 362


Totals Coverage Status
Change from base Build 360: -0.0006%
Covered Lines: 3676
Relevant Lines: 3760

💛 - Coveralls
JakobGM commented 6 years ago

Great, this feels much better.

Thanks!