瀏覽代碼

auto commit

master
jfinn 2 年之前
父節點
當前提交
3184a9f3cf
共有 1 個檔案被更改,包括 1 行新增6 行删除
  1. 1
    6
      wsps/tasks_loop.py

+ 1
- 6
wsps/tasks_loop.py 查看文件

@@ -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…
取消
儲存