Skip to content

Commit

Permalink
making linters happy
Browse files Browse the repository at this point in the history
  • Loading branch information
markjschreiber committed Sep 17, 2024
1 parent 72b0302 commit c074009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omics/cli/run_analyzer/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def get_run_resources(logs, run):
"logGroupName": OMICS_LOG_GROUP,
"logStreamName": run["logStreamName"],
"startFromHead": True,
"endTime": run["lastEventTimestamp"] + 1,
"endTime": run["lastEventTimestamp"] + 1,
}
resources = []
done = False
Expand Down

0 comments on commit c074009

Please sign in to comment.