소스 검색

auto commit

master
jfinn 3 년 전
부모
커밋
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…
취소
저장