Closed asztalosors closed 2 years ago
Currently, the paths are generated by string addition, which is really not a healthy way for doing this. os.path.join() should be the default way of operation.
Done
Currently, the paths are generated by string addition, which is really not a healthy way for doing this. os.path.join() should be the default way of operation.