Skip to content

Commit dbc557c

Browse files
authored
Cleanup
1 parent 075462d commit dbc557c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libensemble/executors/executor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ def set_worker_info(self, comm=None, workerid=None) -> None:
675675

676676
def _check_app_exists(self, app: Application) -> None:
677677
"""Allows submit function to check if app exists and error if not"""
678-
if app.precedent is not None and app.precedent != "":
678+
if app.precedent:
679679
# Could be a container call in precedent. In that case,
680680
# the executable is not available on the host system and
681681
# we just forward what the user provided.

0 commit comments

Comments
 (0)