Jelajahi Sumber

Absolute path happens later

bkerbl 2 tahun lalu
induk
melakukan
0327061ffd
3 mengubah file dengan 2 tambahan dan 3 penghapusan
  1. 1 1
      SIBR_viewers_linux
  2. 1 1
      SIBR_viewers_windows
  3. 0 1
      arguments/__init__.py

+ 1 - 1
SIBR_viewers_linux

@@ -1 +1 @@
-Subproject commit 44184daf8bdbbf66e2f646495c5558734c892eb2
+Subproject commit c9011d1a328dad59ee2f07afbb13ee1629fcc305

+ 1 - 1
SIBR_viewers_windows

@@ -1 +1 @@
-Subproject commit 3e0148f56d42708b4bd7f179f6b239081a6f4dd1
+Subproject commit 6bd41975906494776bce66f81af7cc23b6008041

+ 0 - 1
arguments/__init__.py

@@ -57,7 +57,6 @@ class ModelParams(ParamGroup):
 
     def extract(self, args):
         g = super().extract(args)
-        g.model_path = os.path.abspath(g.model_path)
         g.source_path = os.path.abspath(g.source_path)
         return g