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
 	glob_cl.rman.rld_files()
416
 	glob_cl.rman.rld_files()
417
 glob_cl =  globCL()
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
 if hot_reload_build:
420
 if hot_reload_build:
427
 	glob_cl.rman.rld_files()
421
 	glob_cl.rman.rld_files()
428
 else:
422
 else:
423
+	import wsps.hot_reload_temp_staging
429
 	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
424
 	wsps.hot_reload_temp_staging.init_class_edits(Mixins)
430
 
425
 
431
 # if not hot_reload_build:
426
 # if not hot_reload_build:

Loading…
Cancel
Save