Skip to content

Commit

Permalink
Update schema.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyuba Zehl committed Jun 30, 2023
1 parent 75765b1 commit 002146c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pipeline/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

class SchemaDocBuilder(object):

def __init__(self, schema_file_path:str, root_path:str):
def __init__(self, schema_file_path:str, root_path:str, relative_path_by_schema:Dict):
_relative_path_without_extension = schema_file_path[len(root_path)+1:].replace(".schema.omi.json", "").split("/")
self.version = _relative_path_without_extension[0]
self.relative_path_without_extension = _relative_path_without_extension[1:]
Expand Down

0 comments on commit 002146c

Please sign in to comment.