Skip to content

Commit

Permalink
Update attr comment in Run class
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder committed Dec 12, 2023
1 parent c413c30 commit 1d99c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e3sm_diags/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class Run:
def __init__(self):
self.parser = CoreParser()

# The list of sets to run using parameter objects.
# The list of sets to run based on diagnostic parameters.
self.sets_to_run = []

# The path to the user-specified `.cfg` file using `-d/--diags` or
Expand Down

0 comments on commit 1d99c95

Please sign in to comment.