From a256dc1ae34a291115694b9dfc21df9bb2dab62c Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 01:00:43 -0800 Subject: [PATCH] Skin that cat later --- resources/ci/common/install.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/resources/ci/common/install.py b/resources/ci/common/install.py index 1fedfcaa..8cd40df2 100644 --- a/resources/ci/common/install.py +++ b/resources/ci/common/install.py @@ -2,11 +2,6 @@ import common import os # for env vars import subprocess # do stuff at the shell level -from .... Main import __version__ as DRVersion - -with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f: - f.write(DRVersion) - env = common.prepare_env() # get executables