diff options
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/image.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils/image.py b/src/utils/image.py index 088c0c3..fe48a9c 100644 --- a/src/utils/image.py +++ b/src/utils/image.py @@ -32,6 +32,7 @@ class ImageInfo: self.perms = 0 self.clonator = 'PARTCLONE' self.compressor = 'LZOP' + self.checksum = 0 def human_to_kb(size, unit): |