diff trafficintelligence/storage.py @ 1245:371c718e57d7

interface updates
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Thu, 08 Feb 2024 16:10:54 -0500
parents 4cd8ace3552f
children 2397de73770d
line wrap: on
line diff
--- a/trafficintelligence/storage.py	Thu Feb 08 15:04:56 2024 -0500
+++ b/trafficintelligence/storage.py	Thu Feb 08 16:10:54 2024 -0500
@@ -1690,8 +1690,7 @@
         undistort = False
         firstFrameNum = 0
 
-    # override video and database filenames if present on command line
-    # if not absolute, make all filenames relative to the location of the configuration filename
+    # override video and database filenames if present on command line (path is relative to command line location)
     if args.videoFilename is not None:
         videoFilename = args.videoFilename
     else: