Skip to content

Commit

Permalink
make check
Browse files Browse the repository at this point in the history
  • Loading branch information
amandarichardsonn committed Mar 13, 2024
1 parent 167f450 commit 111da4f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smartsim/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,9 +551,7 @@ def _build_exe_args(exe_args: t.Optional[t.Union[str, t.List[str]]]) -> t.List[s
for exe_args_list in exe_args
)
if not nested_type:
raise TypeError(
"Executable arguments were not list of str or str"
)
raise TypeError("Executable arguments were not list of str or str")

Check warning on line 554 in smartsim/settings/base.py

View check run for this annotation

Codecov / codecov/patch

smartsim/settings/base.py#L554

Added line #L554 was not covered by tests
return exe_args
return []

Expand Down

0 comments on commit 111da4f

Please sign in to comment.