Skip to content

Commit

Permalink
Merge branch 'release/1.13.4' into release/1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
brianbolt committed Feb 3, 2021
2 parents eb30a65 + 1ffabe2 commit 19fe16a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ def make_acas_live_report(api, compound_ids, assays_to_add, experiment_code, log
#Make the LR read-only
if readonly:
lr.update_policy = LiveReport.NEVER
api.update_live_report(lr.id, lr)
#Update LR
api.update_live_report(lr.id, lr)


lr_id = int(lr.id)
Expand Down

0 comments on commit 19fe16a

Please sign in to comment.