Skip to content

Commit cd160d0

Browse files
committed
Assemble expected path with atlas at the start
1 parent cc72af3 commit cd160d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/murfey/client/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def ensure_dcg_exists(
9999
else:
100100
# Atlas not in visit, so come up with where it should have been
101101
# Assumes /structure/to/Supervisor/Sample/Atlas/Atlas.dm
102-
partial_path = "/".join(windows_path.split("\\")[-4:])
102+
partial_path = "atlas/" + "/".join(windows_path.split("\\")[-4:])
103103
logger.info(f"Partial Linux path estimated: {partial_path}")
104104

105105
logger.info(

0 commit comments

Comments
 (0)