Skip to content

Commit

Permalink
Merge flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Nov 26, 2019
2 parents c5f7ae1 + 424bf08 commit 73750ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ def parse_args():
:doc:`(example)<data_structures/libE_specs>`
"""
#args = parser.parse_args(sys.argv[1:])
# args = parser.parse_args(sys.argv[1:])
args, unknown = parser.parse_known_args(sys.argv[1:])
front_ends = {
'mpi': _mpi_parse_args,
Expand Down

0 comments on commit 73750ac

Please sign in to comment.