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