Parcourir la source

auto commit

master
jfinn il y a 3 ans
Parent
révision
2597388876
1 fichiers modifiés avec 7 ajouts et 5 suppressions
  1. 7
    5
      wsps/tasks_loop.py

+ 7
- 5
wsps/tasks_loop.py Voir le fichier

@@ -140,8 +140,6 @@ Mixins.AclTaskMixin = AclTaskMixin
140 140
 
141 141
 
142 142
 
143
-if not hot_reload_build:
144
-	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
145 143
 
146 144
 class globCL(GCLMixin):
147 145
 
@@ -422,9 +420,13 @@ def fn1(*a,**kw):
422 420
 	glob_cl.rman.rld_files()
423 421
 glob_cl =  globCL()
424 422
 
425
-# if hot_reload_build:
426
-	# glob_cl.rman.rld_files()
427
-glob_cl.rman.rld_files()
423
+if hot_reload_build:
424
+	glob_cl.rman.rld_files()
425
+else:
426
+	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
427
+
428
+# if not hot_reload_build:
429
+# glob_cl.rman.rld_files()
428 430
 
429 431
 
430 432
 def atexit_fn():

Chargement…
Annuler
Enregistrer