reflink: style fix
This commit is contained in:
parent
c871424fb0
commit
37e1aedfa3
@ -187,9 +187,9 @@ class ReflinkVolume(qubes.storage.Volume):
|
|||||||
_rename_file(self._path_dirty, self._path_clean)
|
_rename_file(self._path_dirty, self._path_clean)
|
||||||
|
|
||||||
def _add_revision(self):
|
def _add_revision(self):
|
||||||
if self.revisions_to_keep is 0:
|
if self.revisions_to_keep == 0:
|
||||||
return
|
return
|
||||||
if _get_file_disk_usage(self._path_clean) is 0:
|
if _get_file_disk_usage(self._path_clean) == 0:
|
||||||
return
|
return
|
||||||
ctime = os.path.getctime(self._path_clean)
|
ctime = os.path.getctime(self._path_clean)
|
||||||
revision = qubes.storage.isodate(int(ctime)) + 'Z'
|
revision = qubes.storage.isodate(int(ctime)) + 'Z'
|
||||||
|
Loading…
Reference in New Issue
Block a user