MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / trim_personal_folder

Function trim_personal_folder

examples/thycotic_import.py:223–226  ·  view source on GitHub ↗
(folder_path)

Source from the content-addressed store, hash-verified

221
222
223def trim_personal_folder(folder_path): # type: (str) -> str
224 if folder_path.startswith(PERSONAL_FOLDER):
225 folder_path = folder_path[len(PERSONAL_FOLDER):]
226 return folder_path.lstrip('\\')
227
228
229for f in handler.folders:

Callers 1

thycotic_import.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected