MCPcopy Create free account
hub / github.com/bugy/script-server / _normalize_working_dir

Function _normalize_working_dir

src/execution/executor.py:42–45  ·  view source on GitHub ↗
(working_directory)

Source from the content-addressed store, hash-verified

40
41
42def _normalize_working_dir(working_directory):
43 if working_directory is None:
44 return None
45 return file_utils.normalize_path(working_directory)
46
47
48class ScriptExecutor:

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected