mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Fix typo in test setting
This commit is contained in:
@@ -16,7 +16,7 @@ def test(codeql, java):
|
||||
command1, cwd="repo"
|
||||
)
|
||||
repo_server_process2 = subprocess.Popen(
|
||||
command2, cwd="repo"
|
||||
command2, cwd="repo2"
|
||||
)
|
||||
try:
|
||||
codeql.database.create(
|
||||
|
||||
Reference in New Issue
Block a user