We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863a61c commit 015c7e8Copy full SHA for 015c7e8
src/murfey/client/contexts/tomo.py
@@ -492,7 +492,7 @@ def post_transfer(
492
493
# Always update the tilt series length in the database after an mdoc
494
if environment.murfey_session is not None:
495
- length_url = f"{str(environment.url.geturl())}{url_path_for('workflow.tomo_router', 'register_tile_series_length', session_id=environment.murfey_session)}"
+ length_url = f"{str(environment.url.geturl())}{url_path_for('workflow.tomo_router', 'register_tilt_series_length', session_id=environment.murfey_session)}"
496
capture_post(
497
length_url,
498
json={
0 commit comments