This commit is contained in:
burnettk 2022-11-11 18:06:47 -05:00
parent cd3bb9fb28
commit adb9f5b55e
1 changed files with 1 additions and 0 deletions

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)