fix: write cProfile to data/ volume for host access
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user