Skip to content

Commit 015c7e8

Browse files
committed
Typo in function name
1 parent 863a61c commit 015c7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/contexts/tomo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -492,7 +492,7 @@ def post_transfer(
492492

493493
# Always update the tilt series length in the database after an mdoc
494494
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)}"
495+
length_url = f"{str(environment.url.geturl())}{url_path_for('workflow.tomo_router', 'register_tilt_series_length', session_id=environment.murfey_session)}"
496496
capture_post(
497497
length_url,
498498
json={

0 commit comments

Comments
 (0)