This commit is contained in:
burnettk 2022-11-11 18:06:47 -05:00
parent 252268ade4
commit 0f9855a60e
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 # for use with os.path.join so it can work on windows
def id_for_file_path(self) -> str: def id_for_file_path(self) -> str:
"""Id_for_file_path."""
return self.id.replace("/", os.sep) return self.id.replace("/", os.sep)