Cleanup some logger functions which were missed in the merge conflict.
This commit is contained in:
parent
c7e1a6a086
commit
3188f89e47
4 changed files with 6 additions and 6 deletions
|
|
@ -265,8 +265,8 @@ class ObjectDB(TypedObject):
|
|||
|
||||
except RuntimeError:
|
||||
errmsg = "Error: %s.location = %s creates a location loop." % (self.key, location)
|
||||
logger.log_errmsg(errmsg)
|
||||
raise #RuntimeError(errmsg)
|
||||
logger.log_trace(errmsg)
|
||||
raise
|
||||
except Exception as e:
|
||||
errmsg = "Error (%s): %s is not a valid location." % (str(e), location)
|
||||
logger.log_trace(errmsg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue