Skip to content

Commit c1ec8d8

Browse files
committed
tiny docs fix
1 parent 4ea4107 commit c1ec8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/label_studio_sdk/projects/exports/client_ext.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def __init__(self, export_snapshot):
1919
f"unable to retrieve export job {export_snapshot.id}. "
2020
f"Current status: {export_snapshot.status}. "
2121
f"Try manually checking the running job with "
22-
f"`ls.projects.exports.get(project_id={project_id}, export_pk={export_snapshot.id})`."
22+
f"`ls.projects.exports.get(id={project_id}, export_pk={export_snapshot.id})`."
2323
)
2424
)
2525

0 commit comments

Comments
 (0)