Pārlūkot izejas kodu

fix: drivers not added

this was caused by VSCode doing its usual shenanigans...
 - refusing to save files
 - saving files without telling me
 - staging stuff without showing it
 - completely failing with git

TODO: begin looking for a code editor that doesn't comepletely suck
Joseph Brandenburg 6 mēneši atpakaļ
vecāks
revīzija
8da957fa2e
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      node_container_common.py

+ 1 - 0
node_container_common.py

@@ -293,3 +293,4 @@ def finish_drivers(nc):
             else:
                 drivers.append(finish_driver(nc, b_object, driver_item, prop))
     from .drivers import CreateDrivers
+    CreateDrivers(drivers)