Good news: Office is quiet
Bad news: Have to remove this
def say_and_exit(message:str, source:str)->None:
if not IS_TRAVIS and not check_is_aws():
http://subprocess.call(["say", "DAMMIT THE BUILD FAILED: " + message])
exit(-1)
Post
October 5, 2019
October 5, 2019
Good news: Office is quiet
Bad news: Have to remove this
def say_and_exit(message:str, source:str)->None:
if not IS_TRAVIS and not check_is_aws():
http://subprocess.call(["say", "DAMMIT THE BUILD FAILED: " + message])
exit(-1)