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.
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
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