bbaac7cf27cdd67d113dd518d678ac523fefcf42,dev/continuous-integration/conda-server-push.py,,,#,6

Before Change


cmd = ["conda-server"] + options
cmd.extend(filename)

try:
    subprocess.check_call(cmd)
except subprocess.CalledProcessError:
    traceback.print_exc()

After Change



options.extend(filename)

sys.exit(main(args=options))
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: brian-team/brian2
Commit Name: bbaac7cf27cdd67d113dd518d678ac523fefcf42
Time: 2015-08-04
Author: marcel.stimberg@inserm.fr
File Name: dev/continuous-integration/conda-server-push.py
Class Name:
Method Name:


Project Name: sony/nnabla
Commit Name: 0e5242069309519fc2d01434ec4aeba4d1fe6e61
Time: 2018-06-06
Author: Yukio.Oobuchi@sony.com
File Name: python/src/nnabla/utils/cli/cli.py
Class Name:
Method Name: main


Project Name: vatlab/SoS
Commit Name: e3b90cfc15d91e73a0a76c8b9c932fa4a7ac2ea1
Time: 2016-11-30
Author: ben.bog@gmail.com
File Name: test/run_tests.py
Class Name:
Method Name:


Project Name: cve-search/cve-search
Commit Name: 4324dd2462e89abdc2085050f6638fed72246331
Time: 2019-09-26
Author: jan.dobos.tgep@gmail.com
File Name: lib/Config.py
Class Name: Configuration
Method Name: getMongoConnection