c19c9980b4c11f3c5ddc9855a660953394a10066,grid/__init__.py,,launch_on_heroku,#Any#Any#Any#,54

Before Change



        if (verbose):
            sys.stdout.write("\tChecking to see if heroku is logged in...")
        res = os.popen("heroku create app").read()
        if res == "Enter your Heroku credentials:\n":
            raise Exception("You are not logged in to Heroku. Run "heroku login""
                            " from the command line and follow the instructions. "
                            "If you need to create an account. Don"t forget to add "

After Change



        if verbose:
            sys.stdout.write("\tChecking to see if heroku is logged in...")
        res = gr_utils.exec_os_cmd("heroku create app")
        if res == "Enter your Heroku credentials:\n":
            raise Exception("You are not logged in to Heroku. Run "heroku login""
                            " from the command line and follow the instructions. "
                            "If you need to create an account. Don"t forget to add "
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 5

Instances


Project Name: OpenMined/Grid
Commit Name: c19c9980b4c11f3c5ddc9855a660953394a10066
Time: 2019-05-08
Author: mariannelinharesm@gmail.com
File Name: grid/__init__.py
Class Name:
Method Name: launch_on_heroku


Project Name: OpenMined/Grid
Commit Name: c19c9980b4c11f3c5ddc9855a660953394a10066
Time: 2019-05-08
Author: mariannelinharesm@gmail.com
File Name: grid/__init__.py
Class Name:
Method Name: run_commands_in


Project Name: OpenMined/Grid
Commit Name: c19c9980b4c11f3c5ddc9855a660953394a10066
Time: 2019-05-08
Author: mariannelinharesm@gmail.com
File Name: grid/__init__.py
Class Name:
Method Name: check_dependency