Skip to content

Commit

Permalink
Update element.py
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jan 19, 2021
1 parent 3f05667 commit 0f48df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revitron/element.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __getattr__(self, name):
"""
from revitron import Log
def method(*args):
Log().error('Failed to call unkown method "{}" for element of class "{}"'.format(name, self.getClassName()))
Log().warning('Failed to call unkown method "{}" for element of class "{}"'.format(name, self.getClassName()))
return method


Expand Down

0 comments on commit 0f48df5

Please sign in to comment.