diff options
author | Ceridwen <ceridwenv@gmail.com> | 2015-07-11 13:19:42 -0400 |
---|---|---|
committer | Ceridwen <ceridwenv@gmail.com> | 2015-07-11 13:19:42 -0400 |
commit | e6216b82884f324cc41a834725d2a992077d6a2d (patch) | |
tree | 93acdf98ede65da81ab65bcd325712dc91c39cb2 /astroid/inference.py | |
parent | 94159d53d26043268084a732487b196dd44f9f3d (diff) | |
download | astroid-git-e6216b82884f324cc41a834725d2a992077d6a2d.tar.gz |
Fix bugs introduced by merge and formatting
Diffstat (limited to 'astroid/inference.py')
-rw-r--r-- | astroid/inference.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astroid/inference.py b/astroid/inference.py index c124d3bc..30e02288 100644 --- a/astroid/inference.py +++ b/astroid/inference.py @@ -702,7 +702,7 @@ def infer_empty_node(self, context=None): else: try: for inferred in MANAGER.infer_ast_from_something(self.object, - context=context): + context=context): yield inferred except AstroidError: yield YES |