We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4043468 commit 3d203a0Copy full SHA for 3d203a0
lib/git/method_missing.py
@@ -4,7 +4,7 @@ class MethodMissingMixin(object):
4
5
This was `taken from a blog post <http://blog.iffy.us/?p=43>`_
6
"""
7
- def __getattribute__(self, attr):
+ def __getattr__(self, attr):
8
try:
9
return object.__getattribute__(self, attr)
10
except:
0 commit comments