Skip to content

Commit

Permalink
Expand config with veda defaults for attributes (#143)
Browse files Browse the repository at this point in the history
This PR closes #55.

---------

Co-authored-by: Siddharth Krishna <[email protected]>
  • Loading branch information
olejandro and siddharth-krishna authored Nov 29, 2023
1 parent 303aa2c commit 9e3e5a3
Show file tree
Hide file tree
Showing 4 changed files with 1,130 additions and 306 deletions.
7 changes: 6 additions & 1 deletion times_reader/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,12 @@ def main():
)
args = args_parser.parse_args()

config = datatypes.Config("times_mapping.txt", "times-info.json", "veda-tags.json")
config = datatypes.Config(
"times_mapping.txt",
"times-info.json",
"veda-tags.json",
"veda-attr-defaults.json",
)

if not isinstance(args.input, list) or len(args.input) < 1:
print(f"ERROR: expected at least 1 input. Got {args.input}")
Expand Down
Loading

0 comments on commit 9e3e5a3

Please sign in to comment.