Commit bfede46
committed
Reword the timeout error message in cbook._lock_path.
1) Lock files are specific files now, not globs of directories.
2) Format the path with `{}`, not `{!r}` as _lock_path is passing a Path
object but we don't want the error message to say "PosixPath('foo')",
just "foo".
The previously used `_lockstr` will go away at the same time the
deprecated `Locked` is removed.1 parent 9ec4b95 commit bfede46
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1925 | 1925 | | |
1926 | 1926 | | |
1927 | 1927 | | |
1928 | | - | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
1929 | 1934 | | |
1930 | 1935 | | |
1931 | 1936 | | |
| |||
0 commit comments