Skip to content

Commit b707d76

Browse files
authored
Fixed Comments
1 parent 9edbddd commit b707d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kepconfig/connection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def load_project(self, filename: str, password: str = None, job_ttl: int = None)
284284
"filename" - Fully qualified path and name of project file including the file extension. Absolute
285285
paths required for TKS and KEP while file path is relative for TKE
286286
ex: Windows - filename = C:\\filepath\\test.opf
287-
Linux - filename = /filepath/test.lpf - Location is /opt/tkedge/v1/user_data/filepath/test.lpf
287+
Linux - filename = filepath/test.lpf - Location is /opt/tkedge/v1/user_data/filepath/test.lpf
288288
289289
"password" (optional) - Specify a password with which to load or save an encrypted project file.
290290

0 commit comments

Comments
 (0)