Skip to content

Commit e083da1

Browse files
author
Cushman
committed
Update plugin.py
1 parent 00a587d commit e083da1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

django_coverage_plugin/plugin.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,8 @@ class DjangoTemplatePlugin(
118118
):
119119

120120
def __init__(self):
121-
check_debug()
121+
# This causes an error.
122+
# check_debug()
122123

123124
self.django_template_dir = os.path.realpath(
124125
os.path.dirname(django.template.__file__)

0 commit comments

Comments
 (0)