fd45e8081981914a09d0879441a3812ad1e8d4b2,deploy/utils/forseti.py,,install,#Any#,17

Before Change


    ])

    // run forseti installer
    runner.run_command([
        "python", os.path.join(tmp_dir, "install/gcp_installer.py"),
        "--no-cloudshell",
    ], wait_for_output=False)
  finally:
    shutil.rmtree(tmp_dir)

After Change


        "python", os.path.join(tmp_dir, "install/gcp_installer.py"),
        "--no-cloudshell",
    ]
    if "installer_flags" in config:
      install_cmd.extend(shlex.split(config["installer_flags"]))

    runner.run_command(install_cmd, wait_for_output=False)
  finally:
    shutil.rmtree(tmp_dir)
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 2

Instances


Project Name: GoogleCloudPlatform/healthcare
Commit Name: fd45e8081981914a09d0879441a3812ad1e8d4b2
Time: 2018-11-13
Author: noreply@google.com
File Name: deploy/utils/forseti.py
Class Name:
Method Name: install


Project Name: deepdrive/deepdrive
Commit Name: 939fadc088e2e258ac7758d2c63fb7686e962fa2
Time: 2017-12-07
Author: cquiter@gmail.com
File Name: install.py
Class Name:
Method Name: main


Project Name: eth-cscs/reframe
Commit Name: 6bcb02bd3a0fa3d77061ae7b952488850753a10d
Time: 2019-02-13
Author: manitaras@cscs.ch
File Name: reframe/core/schedulers/slurm.py
Class Name: SlurmJob
Method Name: _get_default_partition