~ubuntu-core-dev/ubuntu-release-upgrader/trunk

« back to all changes in this revision

Viewing changes to utils/demotions.py

  • Committer: Gianfranco Costamagna
  • Date: 2019-07-29 21:10:45 UTC
  • Revision ID: costamagnagianfranco@yahoo.it-20190729211045-vy4sek2qi6flanoh
Fix E117 over idented code

Show diffs side-by-side

added added

removed removed

Lines of Context:
126
126
            for r in replaces:
127
127
                if r in demoted:
128
128
                    #print("found '%s' that is demoted but replaced by '%s'" %
129
 
                        #(r, pkgname))
 
129
                    #(r, pkgname))
130
130
                    demoted.remove(r)
131
131
 
132
132
    #outfile = "demoted.cfg"