Skip to content

Commit

Permalink
remove left-over test raise code
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed May 10, 2015
1 parent 341a887 commit e49aa92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/exabgp/configuration/ancient.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,6 @@ def reload (self):
self.error = 'configuration reload aborted by ^C or SIGINT'
return False
except Exception:
raise
self.error = 'configuration parsing issue'
return False

Expand Down

0 comments on commit e49aa92

Please sign in to comment.