Skip to content

Commit 8a8381a

Browse files
committed
Add missing argument
1 parent 7fa1fbe commit 8a8381a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

benchmarks/linear-elastic-plate-with-hole/validate_provenance.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ def parse_args():
1212
required=True,
1313
help="Path to the folder containing provenance data",
1414
)
15+
parser.add_argument(
16+
"--provenance_filename",
17+
type=str,
18+
default="ro-crate-metadata.json",
19+
help="File name for the provenance graph",
20+
)
1521
return parser.parse_args()
1622

1723

0 commit comments

Comments
 (0)