MCPcopy
hub / github.com/NARKOZ/hacker-scripts / get_log_path

Function get_log_path

python3/hackerutils.py:20–23  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

18
19
20def get_log_path(name):
21 path = pathlib.Path(__file__).parent / 'logs' / name
22 path.parent.mkdir(parents=True, exist_ok=True)
23 return path

Callers 2

hangover.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected