From 0bd5ca6b4cf7ba0bf5a5bf2c5c3faaab7e1c2b30 Mon Sep 17 00:00:00 2001 From: ikeboy Date: Fri, 11 May 2018 05:57:33 -0400 Subject: [PATCH] update version number the number in the file written in gmvault_const.py is 1.9.1 - the mismatch currently causes the config file to be overwritten on every run. Updating this makes it work. --- src/gmv/gmvault_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gmv/gmvault_utils.py b/src/gmv/gmvault_utils.py index 9503f98a..89b4c1ae 100755 --- a/src/gmv/gmvault_utils.py +++ b/src/gmv/gmvault_utils.py @@ -640,7 +640,7 @@ def get_conf_defaults(): VERSION_RE = re.compile(VERSION_PATTERN) #list of version conf to not overwrite with the next -VERSIONS_TO_PRESERVE = [ '1.9' ] +VERSIONS_TO_PRESERVE = [ '1.9.1' ] def _get_version_from_conf(home_conf_file): """