Skip to content

Commit

Permalink
Catch rope refactoring error in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillarAnand committed Aug 22, 2015
1 parent e305783 commit 7b749bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elpy/ropebackend.py
Expand Up @@ -99,6 +99,7 @@ def call_rope(self, rope_function, filename, source, offset,
**kwargs)
except (rope.base.exceptions.BadIdentifierError,
rope.base.exceptions.ModuleSyntaxError,
rope.base.exceptions.RefactoringError,
rope.base.exceptions.ResourceNotFoundError,
rope.base.exceptions.NameNotFoundError,
IndentationError,
Expand Down

0 comments on commit 7b749bd

Please sign in to comment.