Skip to content

Commit

Permalink
storage/reflink: omit redundant comment
Browse files Browse the repository at this point in the history
The is_dirty() one-liner is defined right above.

(cherry picked from commit 9c9d71c)
  • Loading branch information
rustybird authored and marmarek committed Apr 17, 2020
1 parent 227055b commit db56a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubes/storage/reflink.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ def is_dirty(self):
@_locked
def start(self):
self._remove_incomplete_files()
if self.is_dirty(): # implies self.save_on_stop
if self.is_dirty():
return self
if self.snap_on_start:
# pylint: disable=protected-access
Expand Down

0 comments on commit db56a68

Please sign in to comment.