Skip to content

Commit d9e5c6c

Browse files
Fix typo
1 parent 95a131d commit d9e5c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/src/utils/flowtestcasegenerator/GenerateFlowTestCase.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ def readYmlDir(dirname):
136136
elif specsFile.endswith(".yml") or specsFile.endswith(".yaml"):
137137
specs = readYml(specsFile)
138138
elif specsFile.endswith(".csv"):
139-
spcs = readCsv(specsFile)
139+
specs = readCsv(specsFile)
140140
else:
141141
print(f"Invalid specs {specsFile}. Must be a csv file, a yml file, or a directory of yml files.")
142142
sys.exit(1)

0 commit comments

Comments
 (0)