Commit c50ddc5
committed
agent-control: use relative path to the artifact dir
Since Python 3.12 tempfile.mkdtemp() returns an absolute path instead of
a relative one which breaks the artifact landing page. Let's explicitly
"relatify" it to get back the original behavior.1 parent a4ccc87 commit c50ddc5
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments