Skip to content

Commit

Permalink
Make mypy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Dec 12, 2023
1 parent dc71977 commit ecc2038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/galaxy/job_metrics/instrumenters/cgroup.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def __init__(self, **kwargs):
if params_str:
params = [v.strip() for v in params_str.split(",")]
else:
params = DEFAULT_PARAMS
params = list(DEFAULT_PARAMS)
self.params = params

def post_execute_instrument(self, job_directory: str) -> List[str]:
Expand Down

0 comments on commit ecc2038

Please sign in to comment.