Skip to content

Commit bf0aec8

Browse files
committed
Updated template exclusion setting.
- Legacy-Id: 13767
1 parent 42b1a41 commit bf0aec8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -499,6 +499,7 @@ def skip_unreadable_post(record):
499499
".*", # dot-files
500500
"*~", # tilde temp-files
501501
"#*", # files beginning with a hashmark
502+
"500.html" # isn't loaded by regular loader, but checked by test_500_page()
502503
]
503504

504505
TEST_COVERAGE_MASTER_FILE = os.path.join(BASE_DIR, "../release-coverage.json.gz")

0 commit comments

Comments
 (0)