Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeNaccarato committed Mar 12, 2024
1 parent b72b724 commit 77b8fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/boilercv_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def sync():
DEV = Path(".tools/requirements/dev.in").as_posix()
LOCK = Path(".lock")
"""Path to the lock directory."""
LOCK.mkdir(exist_ok=True, parents=True)
(LOCK / RUNNER).mkdir(exist_ok=True, parents=True)


@app.command()
Expand Down

0 comments on commit 77b8fc3

Please sign in to comment.