Skip to content

Commit 1c5667d

Browse files
Typo (#440)
1 parent 4a8210a commit 1c5667d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/server/api/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1377,7 +1377,7 @@ class Dest(BaseModel):
13771377

13781378
@router.post("/sessions/{session_id}/make_rsyncer_destination")
13791379
def make_rsyncer_destination(session_id: int, destination: Dest, db=murfey_db):
1380-
secure_path_parts = [secure_filename(p) for p in destination.destintion.parts]
1380+
secure_path_parts = [secure_filename(p) for p in destination.destination.parts]
13811381
destination_path = "/".join(secure_path_parts)
13821382
instrument_name = (
13831383
db.exec(select(Session).where(Session.id == session_id)).one().instrument_name

0 commit comments

Comments
 (0)