diff --git a/src/morevna.py b/src/morevna.py --- a/src/morevna.py +++ b/src/morevna.py @@ -19,6 +19,12 @@ def _checkFile(f): def buildTree(args): _checkFile(args.datafile) + if os.path.isfile(args.treefile): + treeMod=os.stat(args.treefile).st_mtime + dataMod=os.stat(args.datafile).st_mtime + if dataMod