Skip to content

Commit 358a7c1

Browse files
Fix issue when building with no pom file
1 parent 6be9c70 commit 358a7c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

java/ql/src/utils/makeStubs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ def check_file_exists(path):
7979
# Make a database that touches all types whose methods we want to test:
8080
print("Creating Maven project")
8181
projectDir = os.path.join(workDir, "mavenProject")
82-
os.makedirs(projectDir)
8382

8483
if len(sys.argv) == 4:
8584
projectTestPkgDir = os.path.join(projectDir, "src", "main", "java", "test")

0 commit comments

Comments
 (0)