cmd=f'printf "Hi, my name is {MY_NAME}, and my favorite {groupkeys[0]} is {group_to_run[groupkeys[0]]}, and my favorite {groupkeys[1]} is {group_to_run[groupkeys[1]]}" > {local_file_name}'
print('Running', cmd)
logger.info(cmd)
#typically, changes to the subprocess command aren't needed at all