From 9025d8204c12d4d3675495a5a4b5d48af8623e21 Mon Sep 17 00:00:00 2001 From: "Mike A. Trethewey" Date: Thu, 27 Feb 2020 00:54:30 -0800 Subject: [PATCH] Up four --- resources/ci/common/install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/ci/common/install.py b/resources/ci/common/install.py index 2a3d9178..db7ef533 100644 --- a/resources/ci/common/install.py +++ b/resources/ci/common/install.py @@ -2,7 +2,7 @@ import common import os # for env vars import subprocess # do stuff at the shell level -from ......Main import __version__ as DRVersion +from ....Main import __version__ as DRVersion with(open(os.path.join("resources","app","meta","manifests","app_version.txt"),"w+")) as f: f.write(DRVersion)