mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-01-28 10:54:21 +01:00
resolve small bug in onLoad()
This commit is contained in:
parent
7da58fe521
commit
407e22e1e4
|
|
@ -34,10 +34,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -33,10 +33,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -34,10 +34,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -29,10 +29,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -30,10 +30,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -31,10 +31,8 @@ def onLoad():
|
|||
@return: nothing
|
||||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
# we have to do nothing here...
|
||||
pass
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
|
|
@ -40,9 +40,8 @@ def onLoad():
|
|||
"""
|
||||
try:
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
pass
|
||||
########## User onLoad CODE ##########
|
||||
|
||||
except:
|
||||
logging.error("unknown error")
|
||||
logging.debug("unknown error", exc_info=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue