mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
encode: actually define the UploadAborted exception
This commit is contained in:
parent
821521cc3e
commit
7bb9307871
@ -61,6 +61,9 @@ hash tree is put into the URI.
|
||||
class NotEnoughPeersError(Exception):
|
||||
pass
|
||||
|
||||
class UploadAborted(Exception):
|
||||
pass
|
||||
|
||||
KiB=1024
|
||||
MiB=1024*KiB
|
||||
GiB=1024*MiB
|
||||
|
Loading…
Reference in New Issue
Block a user