ソースを参照

changes in log

tanja 4 年 前
コミット
cfead15b78
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      cdplib/log.py

+ 1 - 1
cdplib/log.py

@@ -122,7 +122,7 @@ class Log():
 
         raise ErrorType(message)
 
-    def log_and_raise_warning(self, message):
+    def log_and_throw_warning(self, message):
         '''
         '''
         self._logger.warning(message, exc_info=True)