Open firebird631 opened 1 year ago
Most of the path uses \ for Windows but are not compatible with Linux path and make wrong sessions et members files locations.
Fix should be to use the os.path.join function to be compatible for every OS.
But / is compatible with Windows also and then replacing the \ by / might works too.
Most of the path uses \ for Windows but are not compatible with Linux path and make wrong sessions et members files locations.
Fix should be to use the os.path.join function to be compatible for every OS.
But / is compatible with Windows also and then replacing the \ by / might works too.