You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
filename for filename in os.listdir(file_path) if filename.startswith("link")
]
return os.path.join(file_path, prefixed[0])
def convert_to_lower_case(file_path: str):
"""converting linkIndex.json file that is used for creating the paths. As we lowe lower case all glossary terms, we need to update these here as well"""