lint
This commit is contained in:
parent
252268ade4
commit
0f9855a60e
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue