Kaydet (Commit) ef7d1bd6 authored tarafından Ali Rıza KESKİN's avatar Ali Rıza KESKİN

2. aşama (method kontrolünün seksik olduğunun tespiti

üst 6c123abe
......@@ -45,8 +45,7 @@ def is_char_valid(char):
def is_method_missing(exception):
"""Tells if exception is about missing method in SCOM script"""
if exception._dbus_error_name in ("tr.org.sulin.scom.python.missing",
"tr.org.sulin.scom.Missing"):
if "tr.org.sulin.scom.Missing" in str(exception):
return True
return False
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment