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
Fix: use platform-specific separator for AIIDA_PATH in config directory detection (#6935)
Previously, the configuration directory lookup split the AIIDA_PATH environment variable using a hardcoded ':' separator, which caused issues on Windows systems where ';' is used as the path separator. This update introduces platform detection using sys.platform to select the correct separator for splitting paths, ensuring compatibility across operating systems.
---------
Co-authored-by: lainme <[email protected]>
Co-authored-by: Ali Khosravi <[email protected]>
0 commit comments