Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
_normalize_working_dir(working_directory):
43
if
working_directory is None:
44
return
None
45
return
file_utils.normalize_path(working_directory)
46
47
48
class
ScriptExecutor:
Callers
1
__init__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected