ソースを参照

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)