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.
get_draft_id
1 parent feab3bc commit 4aff39aCopy full SHA for 4aff39a
1 file changed
python/tk_multi_loader/flowam/file.py
@@ -233,7 +233,7 @@ def _handle_existing_draft(
233
"""
234
engine = sgtk.platform.current_engine()
235
236
- draft_id = sandbox.get_draft_id(revision.id)
+ draft_id = sandbox.get_draft_id(revision.asset_id)
237
try:
238
draft_info = sandbox.read_draft_info(draft_id)
239
checkout_version = draft_info.version
0 commit comments