Skip to content

Commit 61a0609

Browse files
committed
fix
1 parent b95ce22 commit 61a0609

File tree

1 file changed

+1
-1
lines changed
  • custom_model_runner/datarobot_drum/drum/utils

1 file changed

+1
-1
lines changed

custom_model_runner/datarobot_drum/drum/utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def setup_options(args=None):
5050

5151
# Override env var from CLI parameter.
5252
# Now only ADDRESS is supported.
53-
if getattr(options, "address", None):
53+
if options.address is not None:
5454
os.environ["ADDRESS"] = options.address
5555

5656
"""Set max workers from runtime parameters if available."""

0 commit comments

Comments
 (0)