def fail()

in merge_spark_docker_pr.py [0:0]


def fail(msg):
    print(msg)
    clean_up()
    sys.exit(-1)