Skip to content

Commit

Permalink
Update plugin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Cushman committed May 24, 2016
1 parent 00a587d commit e083da1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion django_coverage_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,8 @@ class DjangoTemplatePlugin(
):

def __init__(self):
check_debug()
# This causes an error.
# check_debug()

self.django_template_dir = os.path.realpath(
os.path.dirname(django.template.__file__)
Expand Down

0 comments on commit e083da1

Please sign in to comment.