space message

master
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
1 changed files with 1 additions and 0 deletions

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