test
This commit is contained in:
parent
f53f62e80c
commit
9366542aeb
@ -12,5 +12,5 @@ class SpiceBotCore_OBJ():
|
|||||||
Quick and dirty shortcuts. Will only get called for undefined attributes.
|
Quick and dirty shortcuts. Will only get called for undefined attributes.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
if hasattr(self.fhdhr, name):
|
if hasattr(self, name):
|
||||||
return eval("self.fhdhr.%s" % name)
|
return eval("self.%s" % name)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user