Show More
@@ -265,8 +265,8 b' class ReposGroupsController(BaseControll' | |||||
265 | #TODO: in future action_logger(, '', '', '', self.sa) |
|
265 | #TODO: in future action_logger(, '', '', '', self.sa) | |
266 | except Exception: |
|
266 | except Exception: | |
267 | log.error(traceback.format_exc()) |
|
267 | log.error(traceback.format_exc()) | |
268 | h.flash(_('Error occurred during deletion of repos ' |
|
268 | h.flash(_('Error occurred during deletion of repository group %s') | |
269 |
|
|
269 | % group_name, category='error') | |
270 |
|
270 | |||
271 | return redirect(url('repos_groups')) |
|
271 | return redirect(url('repos_groups')) | |
272 |
|
272 |
General Comments 0
You need to be logged in to leave comments.
Login now