witty-crayon-22786
04/10/2020, 3:18 AMsetup
actually loads backends.witty-crayon-22786
04/10/2020, 3:19 AMwitty-crayon-22786
04/10/2020, 3:21 AMdiff --git a/src/python/pants/bin/local_pants_<http://runner.py|runner.py> b/src/python/pants/bin/local_pants_<http://runner.py|runner.py>
index 9021d2d..15d2241 100644
--- a/src/python/pants/bin/local_pants_<http://runner.py|runner.py>
+++ b/src/python/pants/bin/local_pants_<http://runner.py|runner.py>
@@ -175,11 +175,11 @@ class LocalPantsRunner(ExceptionSink.AccessGlobalExiterMixin):
"""
build_root = get_buildroot()
- options, build_config = LocalPantsRunner.parse_options(options_bootstrapper)
- global_options = options.for_global_scope()
+ global_options = options_bootstrapper.get_bootstrap_options().for_global_scope()
# This works as expected due to the encapsulated_logger in DaemonPantsRunner and
# we don't have to gate logging setup anymore.
setup_logging_from_options(global_options)
+ options, build_config = LocalPantsRunner.parse_options(options_bootstrapper)
# Option values are usually computed lazily on demand,
# but command line options are eagerly computed for validation.
witty-crayon-22786
04/10/2020, 3:21 AMhundreds-father-404
04/10/2020, 3:23 AMwitty-crayon-22786
04/10/2020, 3:23 AMhundreds-father-404
04/10/2020, 3:25 AMwitty-crayon-22786
04/10/2020, 3:26 AMhundreds-breakfast-49010
04/10/2020, 3:26 AMhundreds-breakfast-49010
04/10/2020, 3:27 AM