~seb128/aptdaemon/lintian-upx-deprecated

« back to all changes in this revision

Viewing changes to aptdaemon/worker/aptworker.py

  • Committer: Michael Vogt
  • Date: 2015-05-27 19:32:59 UTC
  • Revision ID: michael.vogt@ubuntu.com-20150527193259-60129gnpe3ap5bw0
aptdaemon/worker/aptworker.py: fix incorrect "key" in get_config() (incorrect "," appended

Show diffs side-by-side

added added

removed removed

Lines of Context:
1482
1482
            key = "APT::Periodic::AutocleanInterval"
1483
1483
            return apt_pkg.config.find_i(key, 0)
1484
1484
        elif option == "UnattendedUpgrade":
1485
 
            key = "APT::Periodic::Unattended-Upgrade",
 
1485
            key = "APT::Periodic::Unattended-Upgrade"
1486
1486
            return apt_pkg.config.find_b(key, False)
1487
1487
        elif option == "GetPopconParticipation":
1488
1488
            return self._get_popcon_pariticipation()