Show More
@@ -28,4 +28,4 b' try:' | |||||
28 | except ImportError: |
|
28 | except ImportError: | |
29 | Errormator = None |
|
29 | Errormator = None | |
30 | else: |
|
30 | else: | |
31 | Errormator = make_errormator_middleware No newline at end of file |
|
31 | Errormator = make_errormator_middleware |
@@ -44,4 +44,4 b' else:' | |||||
44 | include_paths=list_from_setting(config, 'sentry.include_paths'), |
|
44 | include_paths=list_from_setting(config, 'sentry.include_paths'), | |
45 | exclude_paths=list_from_setting(config, 'sentry.exclude_paths'), |
|
45 | exclude_paths=list_from_setting(config, 'sentry.exclude_paths'), | |
46 | ) |
|
46 | ) | |
47 | super(Sentry, self).__init__(app, client) No newline at end of file |
|
47 | super(Sentry, self).__init__(app, client) |
@@ -44,4 +44,4 b'' | |||||
44 | ${h.link_to(_('create one now'),h.url('admin_settings_create_repository'),class_="ui-btn")} |
|
44 | ${h.link_to(_('create one now'),h.url('admin_settings_create_repository'),class_="ui-btn")} | |
45 | %endif |
|
45 | %endif | |
46 | </div> |
|
46 | </div> | |
47 | %endif No newline at end of file |
|
47 | %endif |
@@ -76,4 +76,3 b' merge" class="tooltip" href="/vcs_test_h' | |||||
76 | response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll())) |
|
76 | response.mustcontain("""var data = {"totalRecords": %s""" % len(Repository.getAll())) | |
77 | finally: |
|
77 | finally: | |
78 | set_l_dash(False) |
|
78 | set_l_dash(False) | |
79 |
|
General Comments 0
You need to be logged in to leave comments.
Login now