Open for writing

This commit is contained in:
Mike A. Trethewey
2020-02-27 01:20:17 -08:00
parent ee52953cca
commit 637eb111b8
2 changed files with 1 additions and 4 deletions

View File

@@ -7,9 +7,6 @@ from shutil import copy, make_archive, move, rmtree # file manipulation
env = common.prepare_env()
if "OS_NAME" in env and env["OS_NAME"] == "osx":
subprocess.check_call(["ls","-l"])
# make dir to put the binary in
if not os.path.isdir(os.path.join("..","artifact")):
os.mkdir(os.path.join("..","artifact"))