-
Notifications
You must be signed in to change notification settings - Fork 0
Add Conditional Execution Support with IfNode #19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 16 commits
6a952a1
c537f75
49749c1
1f45226
059fa48
556d842
0189aa7
beb7fff
cb07195
08528bf
4f53de4
6f41bd2
fae4042
aa66873
40f4cc1
d1563e3
4c28edd
f04a0e8
518d8ea
0fbdca6
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -378,6 +378,7 @@ async def report_tasks(self): | |
| current_task_id = self._find_current_task_id() | ||
| if current_task_id: | ||
| req["currentTaskId"] = current_task_id | ||
| print(f"Reporting tasks: {req}") | ||
|
||
| await self._api.put(build_mission_api_path(self.id), req) | ||
| return True | ||
| except Exception as e: | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.