Skip to content

Commit c628091

Browse files
committed
Fixed typo in when calling 'suggest_path'
1 parent 4e2e6c9 commit c628091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/tui/screens.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def determine_default_destination(
110110
_default = environment.destination_registry[source_name]
111111
else:
112112
suggested_path_response = capture_post(
113-
url=f"{str(environment.url.geturl())}{url_path_for('file_manip.router', 'suggest_path', visit_name=visit, sesion_id=environment.murfey_session)}",
113+
url=f"{str(environment.url.geturl())}{url_path_for('file_manip.router', 'suggest_path', visit_name=visit, session_id=environment.murfey_session)}",
114114
json={
115115
"base_path": f"{destination}/{visit}/{mid_path.parent if include_mid_path else ''}/raw",
116116
"touch": touch,

0 commit comments

Comments
 (0)