storage/reflink: omit redundant comment
The is_dirty() one-liner is defined right above.
This commit is contained in:
parent
6a0b9bbe2e
commit
9c9d71c069
@ -206,7 +206,7 @@ class ReflinkVolume(qubes.storage.Volume):
|
|||||||
@_locked
|
@_locked
|
||||||
def start(self):
|
def start(self):
|
||||||
self._remove_incomplete_files()
|
self._remove_incomplete_files()
|
||||||
if self.is_dirty(): # implies self.save_on_stop
|
if self.is_dirty():
|
||||||
return self
|
return self
|
||||||
if self.snap_on_start:
|
if self.snap_on_start:
|
||||||
# pylint: disable=protected-access
|
# pylint: disable=protected-access
|
||||||
|
Loading…
Reference in New Issue
Block a user