This commit is contained in:
Joe Farebrother
2023-02-15 17:21:03 +00:00
parent 95a131d0d3
commit d9e5c6c48a

View File

@@ -136,7 +136,7 @@ if os.path.isdir(specsFile):
elif specsFile.endswith(".yml") or specsFile.endswith(".yaml"):
specs = readYml(specsFile)
elif specsFile.endswith(".csv"):
spcs = readCsv(specsFile)
specs = readCsv(specsFile)
else:
print(f"Invalid specs {specsFile}. Must be a csv file, a yml file, or a directory of yml files.")
sys.exit(1)