Ejemplo n.º 1
0
def command_list(args):
    LOG.info('{0}'.format(args))
    expected_combinations = get_expect_combinations()
    count = 0
    for combination in expected_combinations:
        LOG.info('{0} - {1}'.format(count, combination))
        count += 1
def command_list(args):
    LOG.info('{0}'.format(args))
    expected_combinations = get_expect_combinations()
    count = 0
    for combination in expected_combinations:
        LOG.info('{0} - {1}'.format(count, combination))
        count += 1
Ejemplo n.º 3
0
def command_pbs(args):
    # The id is the array id
    array_id = args.array_id

    expected_combinations = get_expect_combinations()
    copy_files(expected_combinations[array_id])
def command_pbs(args):
    # The id is the array id
    array_id = args.array_id

    expected_combinations = get_expect_combinations()
    copy_files(expected_combinations[array_id])