Skip to content

Commit 57abaf1

Browse files
authored
Need Atlas.dm path on client side rather than server side (#462)
1 parent 0c10b75 commit 57abaf1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/murfey/client/contexts/spa_metadata.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,7 @@ def post_transfer(
162162
}
163163
capture_post(url, json=dcg_data)
164164
gs_pix_positions = get_grid_square_atlas_positions(
165-
_atlas_destination(environment, source, transferred_file)
166-
/ environment.samples[source].atlas
165+
source_visit_dir / environment.visit / partial_path
167166
)
168167
for gs, pos_data in gs_pix_positions.items():
169168
if pos_data:

0 commit comments

Comments
 (0)