Skip to content

Commit

Permalink
Reraise exception properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaethelion committed Jul 20, 2015
1 parent 4b63f83 commit 4150c7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotrek/common/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def import_view(request):
parser.__name__, parser.__module__
)
except Exception as e:
raise e
raise
else:
form = ImportDatasetForm(choices)

Expand Down

0 comments on commit 4150c7c

Please sign in to comment.