fix: write cProfile to data/ volume for host access

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
user
2026-02-22 20:02:14 +01:00
parent 62b01c76f7
commit 0ffddb8e41

View File

@@ -37,8 +37,8 @@ def build_parser() -> argparse.ArgumentParser:
"--cprofile",
metavar="PATH",
nargs="?",
const="derp.prof",
help="enable cProfile; dump stats to PATH [derp.prof]",
const="data/derp.prof",
help="enable cProfile; dump stats to PATH [data/derp.prof]",
)
p.add_argument(
"--tracemalloc",