~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to data/hooks.py

  • Committer: Gianfranco Costamagna
  • Date: 2019-07-29 15:02:10 UTC
  • Revision ID: costamagnagianfranco@yahoo.it-20190729150210-7a4b9qrm8kgnexv8
Fix E117 over-indented pep issues.

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
                # we last saw it
76
76
                h = self._hooks[hook]
77
77
                if os.stat(self.hookDir + hook).st_mtime > int(h.mtime):
78
 
                        h.seen = False
 
78
                    h.seen = False
79
79
            else:
80
80
                self._hooks[hook] = self.HookFile(hook)
81
81