Skip to content

Commit

Permalink
Add information for merge_results
Browse files Browse the repository at this point in the history
  • Loading branch information
iknite committed Nov 20, 2017
1 parent c42ed70 commit e43c714
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deeptracy/tasks/merge_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def merge_results(results, scan_id=None):
with db.session_scope() as session:
scan = get_scan(scan_id, session)
project = scan.project

# TODO: implement merge_results

scan = update_scan_state(scan, ScanState.DONE, session)
session.commit()
Expand Down

0 comments on commit e43c714

Please sign in to comment.