diff trafficintelligence/storage.py @ 1278:8e61ff3cd503 default tip

correct bug to take into account first frame num in config, and other related bugs in dltrack.py
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 27 Jun 2024 15:31:36 -0400
parents 785c86013d2c
children
line wrap: on
line diff
--- a/trafficintelligence/storage.py	Thu Jun 27 15:31:17 2024 -0400
+++ b/trafficintelligence/storage.py	Thu Jun 27 15:31:36 2024 -0400
@@ -1773,7 +1773,7 @@
     then checks what was passed on the command line
     for override (eg video filename and database filename'''
     if args.configFilename is not None: # consider there is a configuration file
-        parentPath = Path(args.configFilename).parent
+        #parentPath = Path(args.configFilename).parent
         params = ProcessParameters(args.configFilename)
         videoFilename = params.videoFilename
         databaseFilename = params.databaseFilename