fceb95f47534177cd870a5b840e93119ee57e085,src/python/pants/bin/pants_exe.py,,_run,#Any#,54

Before Change


  warnings.simplefilter("default")

  // The GoalRunner will setup final logging below in `.setup()`, but span the gap until then.
  logging.basicConfig(level=logging.INFO)
  // This routes the warnings we enabled above through our loggers instead of straight to stderr raw.
  logging.captureWarnings(True)

  root_dir = get_buildroot()

After Change


    exiter.exit_and_fail("PANTS_BUILD_ROOT does not point to a valid path: {}".format(root_dir))

  // Setup and run GoalRunner.
  goal_runner = GoalRunner.Factory(root_dir, options, build_config, run_tracker, reporting).setup()
  result = goal_runner.run()
  exiter.do_exit(result)

Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: fceb95f47534177cd870a5b840e93119ee57e085
Time: 2015-09-03
Author: kwilson@twopensource.com
File Name: src/python/pants/bin/pants_exe.py
Class Name:
Method Name: _run


Project Name: hyperopt/hyperopt
Commit Name: e1332eabe0beddad54fa572d486310854c8a007e
Time: 2020-03-17
Author: akx@iki.fi
File Name: setup.py
Class Name:
Method Name:


Project Name: hyperopt/hyperopt-sklearn
Commit Name: e9a9f58f8856e2a9da0b7411213f20fe4e04e7f9
Time: 2018-10-18
Author: saubin@uwaterloo.ca
File Name: setup.py
Class Name:
Method Name: