Skip to content

Commit

Permalink
Code analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rodfersou committed Jun 28, 2019
1 parent 8537ddc commit ecd4be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brasil/gov/portal/browser/busca/busca.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ def __call__(self):
view += '_atualizada'
response.redirect(
'@@{0}?{1}'.format(view, self.request['QUERY_STRING']),
status=301
status=301,
)

0 comments on commit ecd4be9

Please sign in to comment.