John Moutafis

Results 3 comments of John Moutafis

Hey @Lightning3105 can you please resolve the conflicts in order for @crisbal to be able to merge your PR?

@mikedingjan Your suggestions seem very reasonable. I made this PR mostly to show you what we did as a workaround for our use-case. Feel free to adjust the code as...

Late to the party, but there are 2 OS-agnostic ways to declare path joins like this: 1. The [os.path.join](https://docs.python.org/3/library/os.path.html#os.path.join) will add the appropriate OS file separator in between the parts...