You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Over in popsim-consortium/stdpopsim#1342 we've run into an issue that if you pass createLogFile an absolute path in Windows it erroneously interprets it as a relative path. Ben says that
I see the bug in log_file.cpp at line 61; it decides whether the path given by the user is an absolute path or not by checking whether the first character is '/' or not. You might put alternative logic in a #ifndef _WIN32 block there. See Eidos_ResolvedPath() at eidos_globals.cpp:1182 for a somewhat similar situation.
The text was updated successfully, but these errors were encountered:
Over in popsim-consortium/stdpopsim#1342 we've run into an issue that if you pass
createLogFile
an absolute path in Windows it erroneously interprets it as a relative path. Ben says thatThe text was updated successfully, but these errors were encountered: