Merge remote-tracking branch 'origin/main' into feature/home_page_redesign

This commit is contained in:
burnettk 2022-11-11 18:09:03 -05:00
commit 30ee07700f

View File

@ -53,6 +53,7 @@ class ProcessModelInfo:
# for use with os.path.join so it can work on windows
def id_for_file_path(self) -> str:
"""Id_for_file_path."""
return self.id.replace("/", os.sep)