Commit 97f2533
committed
fix: create parent dir before writing agent-browser config.json
~/.agent-browser directory may not exist in CI environments,
causing FileNotFoundError when install_agent_browser() writes
the container-safe config. mkdir(parents=True) ensures the
directory exists first.1 parent c65c654 commit 97f2533
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
| |||
0 commit comments