mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-03-15 00:26:27 +00:00
I guess only OSError we care about?
This commit is contained in:
parent
d267bb3ee1
commit
24ac2c6994
@ -196,7 +196,7 @@ def sign(ctx, name, expiry_days):
|
||||
while f is None:
|
||||
try:
|
||||
f = fp.child("{}.cert.{}".format(name, next_serial)).create()
|
||||
except Exception:
|
||||
except OSError:
|
||||
f = None
|
||||
next_serial += 1
|
||||
with f:
|
||||
|
Loading…
x
Reference in New Issue
Block a user