Skip to content

Commit

Permalink
Fix pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar authored Jul 5, 2022
1 parent fb5b94c commit 4123980
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/bisect/bisect.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ def bisect(good, bad, e3sm_path, load_script, config_file, first_parent):
Parameters
----------
good : str
The hash or tag of a "good" E3SM commit that passes the test(s) specified
in the config file
The hash or tag of a "good" E3SM commit that passes the test(s)
specified in the config file
bad : str
The hash or tag of a "bad" E3SM commit that fails the test(s)
e3sm_path : str
Expand Down

0 comments on commit 4123980

Please sign in to comment.