space message

This commit is contained in:
voussoir 2022-01-19 19:52:46 -08:00
parent bcab9b34d6
commit 9a0be7eda9
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

View file

@ -48,6 +48,7 @@ class NotEnoughSpace(PathclassException):
self.free = free
self.reserve = reserve
self.path = path
self.args = (f'Only {free} available of requested {reserve}.',)
class NotFile(PathclassException):
pass