Browse Source

auto commit

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

+ 2
- 2
wsps/tasks_loop.py View File

422
 	glob_cl.rman.rld_files()
422
 	glob_cl.rman.rld_files()
423
 glob_cl =  globCL()
423
 glob_cl =  globCL()
424
 
424
 
425
-
426
-glob_cl.rman.rld_files()
425
+if hot_reload_build:
426
+	glob_cl.rman.rld_files()
427
 
427
 
428
 
428
 
429
 def atexit_fn():
429
 def atexit_fn():

Loading…
Cancel
Save