Browse Source

auto commit

master
jfinn 2 years ago
parent
commit
3184a9f3cf
1 changed files with 1 additions and 6 deletions
  1. 1
    6
      wsps/tasks_loop.py

+ 1
- 6
wsps/tasks_loop.py View File

@@ -416,16 +416,11 @@ def fn1(*a,**kw):
416 416
 	glob_cl.rman.rld_files()
417 417
 glob_cl =  globCL()
418 418
 
419
-if not hot_reload_build:
420
-	import wsps.hot_reload_temp_staging
421
-else:
422
-	pass
423
-	# import wsps.hot_reload_temp_staging
424
-
425 419
 
426 420
 if hot_reload_build:
427 421
 	glob_cl.rman.rld_files()
428 422
 else:
423
+	import wsps.hot_reload_temp_staging
429 424
 	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
430 425
 
431 426
 # if not hot_reload_build:

Loading…
Cancel
Save