Skip to content

Commit

Permalink
fixed expected type in JsonFilePathCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
saltykox committed Mar 25, 2022
1 parent fb0fd0e commit cd31623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ote_sdk/ote_sdk/utils/argument_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ def __init__(self, parameter, parameter_name):
super().__init__(
parameter=parameter,
parameter_name=parameter_name,
expected_file_extension=["json"],
expected_file_extension=[".json"],
)


Expand Down

0 comments on commit cd31623

Please sign in to comment.