Commit 0caa8c9
committed
client: Avoid double-cleanup exception
in python <3.13 it raises FileNotFoundError, but python 3.13 seems to
raise OSError exception instead when trying to unlock non-existing file.
Signed-off-by: Lukáš Doktor <[email protected]>1 parent f9fd707 commit 0caa8c9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
| 476 | + | |
477 | 477 | | |
478 | 478 | | |
479 | 479 | | |
| |||
0 commit comments