Skip to content

Commit

Permalink
continue read event if not image event
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Mar 22, 2024
1 parent 2483f42 commit bff9485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oc/od/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -3440,7 +3440,7 @@ def createdesktop(self, authinfo:AuthInfo, userinfo:AuthUser, **kwargs)-> ODDesk
self.on_desktoplaunchprogress(f"b.Your pod gets event {event_object.message or event_object.reason}")
# fix for https://github.com/abcdesktopio/oc.user/issues/52
# this is not an error
w.stop()
# w.stop()
# return f"{event_object.reason} {event_object.message}"

else:
Expand Down

0 comments on commit bff9485

Please sign in to comment.