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