c6392ec3c54f6bdbdd81d556286890752363cda5,src/pudl/datastore/cli.py,,parse_command_line,#Any#,27

Before Change


        help=List of two letter US state abbreviations indicating which
        states data should be downloaded. Currently only applicable to the EPA"s
        CEMS dataset.,
        default=pc.cems_states.keys()
    )

    arguments = parser.parse_args(argv[1:])
    return arguments

After Change


        sources.,
        default=[]
    )
    parser.add_argument(
        "--no_download",
        "-n",
        action="store_false",
        dest="download",
        help=Do not attempt to download fresh data from the original
        sources. Instead assume that the zipfiles or other original data is
        already present, and organize it locally.,
        default=True)

    arguments = parser.parse_args(argv[1:])
    return arguments
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: catalyst-cooperative/pudl
Commit Name: c6392ec3c54f6bdbdd81d556286890752363cda5
Time: 2019-07-03
Author: zane.selvans@catalyst.coop
File Name: src/pudl/datastore/cli.py
Class Name:
Method Name: parse_command_line


Project Name: Pinafore/qb
Commit Name: 8add48f77fff04744d20633fa10dab98ff3da525
Time: 2015-12-06
Author: jordanbg@gmail.com
File Name: util/2p_buzzer.py
Class Name:
Method Name:


Project Name: stanfordnmbl/osim-rl
Commit Name: 31eaece517abec1732300ec958e09f1758976fd4
Time: 2017-11-05
Author: spmohanty91@gmail.com
File Name: osim/redis/service.py
Class Name:
Method Name: