mirror of
https://github.com/github/codeql.git
synced 2025-12-21 19:26:31 +01:00
8 lines
157 B
Python
8 lines
157 B
Python
import sys
|
|
|
|
from create_database_utils import *
|
|
|
|
run_codeql_database_create(
|
|
['"%s" build.py' % sys.executable],
|
|
source="code", lang="java")
|