thelabcat / rumble-chat-actor

Interact with the chat of your livestreams in Python
GNU General Public License v3.0
2 stars 0 forks source link

Use os.path.join() for path concatenation #22

Closed thelabcat closed 2 weeks ago

thelabcat commented 2 weeks ago

This can avoid confusion of whether or not to add another path separator when joining paths, potentially preventing bugs.

thelabcat commented 2 weeks ago

Instead, I used some os.path.sep changes to ensure that paths always would or wouldn't have the separator ending as appropriate.