mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-17 23:32:07 +08:00
kachow
This commit is contained in:
@@ -50,7 +50,9 @@ class FileBackedFakeParams:
|
||||
|
||||
|
||||
def marker_path(tmp_path: Path, marker_name: str) -> Path:
|
||||
return tmp_path / MARKER_DIRNAME / "params" / marker_name
|
||||
path = tmp_path / MARKER_DIRNAME / "params" / marker_name
|
||||
path.parent.mkdir(parents=True, exist_ok=True)
|
||||
return path
|
||||
|
||||
|
||||
def test_apply_launch_param_migrations_sets_branch_defaults_once(tmp_path):
|
||||
|
||||
Reference in New Issue
Block a user