in source/benchmark-sample/emr-benchmark.py [0:0]
def require_input(msg): if not sys.stdin.isatty(): return '' return input(msg + ": ").strip()