Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions connector_flow/task/abstract_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,6 @@ def run(self, chunk_id=None, **kwargs):
new_state = 'done'
except:
raise
finally:
chunk.write({'state': new_state})
return result

def read_chunk(self, **kwargs):
Expand Down