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 4ea4107 commit c1ec8d8Copy full SHA for c1ec8d8
src/label_studio_sdk/projects/exports/client_ext.py
@@ -19,7 +19,7 @@ def __init__(self, export_snapshot):
19
f"unable to retrieve export job {export_snapshot.id}. "
20
f"Current status: {export_snapshot.status}. "
21
f"Try manually checking the running job with "
22
- f"`ls.projects.exports.get(project_id={project_id}, export_pk={export_snapshot.id})`."
+ f"`ls.projects.exports.get(id={project_id}, export_pk={export_snapshot.id})`."
23
)
24
25
0 commit comments