Skip to content

Commit

Permalink
Dont raise exception.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggordan committed Feb 20, 2014
1 parent d79c286 commit f770de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions file.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def scan(self):
else:
try:
self.view.erase_regions("gutter_color_%s" % region.a)
except e:
raise e
except:
pass


0 comments on commit f770de1

Please sign in to comment.