We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 780a6a9 commit 86cec40Copy full SHA for 86cec40
python/ql/test/experimental/library-tests/frameworks/django-v2-v3/manage.py
@@ -9,7 +9,7 @@ def main():
9
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'testproj.settings')
10
try:
11
from django.core.management import execute_from_command_line
12
- except ImportError as exc:
+ except ImportError as exc: #$ errorInfoSource exceptionSource
13
raise ImportError(
14
"Couldn't import Django. Are you sure it's installed and "
15
"available on your PYTHONPATH environment variable? Did you "
0 commit comments