Skip to content

Commit

Permalink
[agenda] Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Jun 19, 2018
1 parent ada730f commit f3fb114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pretalx/agenda/views/schedule.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def get(self, request, *args, **kwargs):
if file_type not in ['application/json', 'text/xml']:
resp['Content-Disposition'] = f'attachment; filename="{file_name}"'
return resp
except Exception as e:
except Exception:
raise Http404()


Expand Down

0 comments on commit f3fb114

Please sign in to comment.