소스 검색

Silenced exception for dispose_engine

ogert 5 년 전
부모
커밋
97b2113a29
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cdplib/db_handlers/SQLHandler.py

+ 1 - 0
cdplib/db_handlers/SQLHandler.py

@@ -642,6 +642,7 @@ class SQLHandler:
         try:
             self._engine.dispose()
         except Exception as e:
+            pass
             #print(('An error occured when trying to dispose the SQL engine. Error: {}').format(e))
             #raise Exception(e)
             # Exception occures rather frequently, but doesnt seem to affect the execution of the script