fredi-68 / Ram

ProtOS Discord Bot (Codename: Ram) DISCLAIMER: This repository is a mirror of my local network source control. Information may or may not be inaccurate. Updates only whenever I can be bothered.
0 stars 0 forks source link

Clean up path handling in RAT #29

Open fredi-68 opened 6 years ago

fredi-68 commented 6 years ago

Currently there are some incompatibilities within the RATs auto updater regarding the paths of files, especially if dealing with a cross platform setup. Proposing to switch internal path handling to use posix paths exclusively since they are unambiguous and use pathlib.PurePosixPath wherever possible instead of os.path.join / os.path.split