We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95ce22 commit 61a0609Copy full SHA for 61a0609
custom_model_runner/datarobot_drum/drum/utils/setup.py
@@ -50,7 +50,7 @@ def setup_options(args=None):
50
51
# Override env var from CLI parameter.
52
# Now only ADDRESS is supported.
53
- if getattr(options, "address", None):
+ if options.address is not None:
54
os.environ["ADDRESS"] = options.address
55
56
"""Set max workers from runtime parameters if available."""
0 commit comments