소스 검색

fixed warning throwing in log

tanja 3 년 전
부모
커밋
5829980e09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      cdplib/log.py

+ 1 - 1
cdplib/log.py

@@ -138,4 +138,4 @@ class Log():
         
         self._logger.warning(message)
 
-        raise warnings.warn(message)
+        warnings.warn(message)