We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc72af3 commit cd160d0Copy full SHA for cd160d0
1 file changed
src/murfey/client/context.py
@@ -99,7 +99,7 @@ def ensure_dcg_exists(
99
else:
100
# Atlas not in visit, so come up with where it should have been
101
# Assumes /structure/to/Supervisor/Sample/Atlas/Atlas.dm
102
- partial_path = "/".join(windows_path.split("\\")[-4:])
+ partial_path = "atlas/" + "/".join(windows_path.split("\\")[-4:])
103
logger.info(f"Partial Linux path estimated: {partial_path}")
104
105
logger.info(
0 commit comments