Skip to content

Commit 86cec40

Browse files
committed
Python: update test
1 parent 780a6a9 commit 86cec40

File tree

1 file changed

+1
-1
lines changed
  • python/ql/test/experimental/library-tests/frameworks/django-v2-v3

1 file changed

+1
-1
lines changed

python/ql/test/experimental/library-tests/frameworks/django-v2-v3/manage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def main():
99
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'testproj.settings')
1010
try:
1111
from django.core.management import execute_from_command_line
12-
except ImportError as exc:
12+
except ImportError as exc: #$ errorInfoSource exceptionSource
1313
raise ImportError(
1414
"Couldn't import Django. Are you sure it's installed and "
1515
"available on your PYTHONPATH environment variable? Did you "

0 commit comments

Comments
 (0)