space message
This commit is contained in:
parent
bcab9b34d6
commit
9a0be7eda9
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class NotEnoughSpace(PathclassException):
|
||||||
self.free = free
|
self.free = free
|
||||||
self.reserve = reserve
|
self.reserve = reserve
|
||||||
self.path = path
|
self.path = path
|
||||||
|
self.args = (f'Only {free} available of requested {reserve}.',)
|
||||||
|
|
||||||
class NotFile(PathclassException):
|
class NotFile(PathclassException):
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in a new issue