safepy icon indicating copy to clipboard operation
safepy copied to clipboard

Windows paths

Open maxim1317 opened this issue 3 years ago • 4 comments

sf.load_network() Fails to work with windows paths in ini file:

re.sub crashes in load_network_from_gpickle from safe_io.py I think it's due to path concatenation or escaping error

Try using pathlib

maxim1317 avatar Aug 11 '20 21:08 maxim1317