Skip to content

Commit ce746fd

Browse files
committed
Fetch publish status
1 parent 469ed52 commit ce746fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

entrypoint.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@
3434
print("Submitting addon")
3535

3636
try:
37-
client.submit(file_path=file_path, notes=notes)
37+
operation_id = client.submit(file_path=file_path, notes=notes)
38+
client.fetch_publish_status(operation_id)
3839

3940
print("Successfully uploaded addon")
4041
except UploadException as e:

0 commit comments

Comments
 (0)