1
0
mirror of https://github.com/ISEAL-Community/iseal-core.git synced 2025-05-23 04:32:22 +02:00

Update references to shema-fields.csv

This commit is contained in:
2021-12-20 12:04:11 +02:00
parent 78c3d62b71
commit baf534efd5
5 changed files with 6 additions and 6 deletions

@ -138,7 +138,7 @@ def parseSchema(schema_df):
parser = argparse.ArgumentParser(
description="Parse an ISEAL schema Excel file to produce documentation about metadata requirements."
description="Parse an ISEAL schema CSV file to produce documentation about metadata requirements."
)
parser.add_argument(
"--clean",
@ -154,7 +154,7 @@ parser.add_argument(
parser.add_argument(
"-i",
"--input-file",
help="Path to schema fields file (schema-fields.csv).",
help="Path to schema fields file (ie, iseal-core.csv).",
required=True,
type=argparse.FileType("r"),
)