mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Python: update test
This commit is contained in:
@@ -9,7 +9,7 @@ def main():
|
||||
os.environ.setdefault('DJANGO_SETTINGS_MODULE', 'testproj.settings')
|
||||
try:
|
||||
from django.core.management import execute_from_command_line
|
||||
except ImportError as exc:
|
||||
except ImportError as exc: #$ errorInfoSource exceptionSource
|
||||
raise ImportError(
|
||||
"Couldn't import Django. Are you sure it's installed and "
|
||||
"available on your PYTHONPATH environment variable? Did you "
|
||||
|
||||
Reference in New Issue
Block a user