Skip to content

Commit

Permalink
fixed result sum
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Nov 6, 2023
1 parent a6f470a commit 89a6932
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion port_ocean/core/integrations/mixins/sync_raw.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,8 @@ async def _execute_resync_tasks(
result
for result in results_with_error
if not isinstance(result, Exception)
]
],
[],
)
)
errors = [
Expand Down

0 comments on commit 89a6932

Please sign in to comment.