From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 18BC813877A for ; Fri, 5 Sep 2014 04:38:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEA17E09B8; Fri, 5 Sep 2014 04:38:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9438DE09BD for ; Fri, 5 Sep 2014 04:38:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 69B9A34010C for ; Fri, 5 Sep 2014 04:38:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D9E8C4C0D for ; Fri, 5 Sep 2014 04:38:19 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1409891010.9a1a8411bc7f93b8ab8cda5cb3d4b2e1df253588.dol-sen@gentoo> Subject: [gentoo-commits] proj/portage:plugin-sync commit in: pym/portage/sync/ X-VCS-Repository: proj/portage X-VCS-Files: pym/portage/sync/controller.py X-VCS-Directories: pym/portage/sync/ X-VCS-Committer: dol-sen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 9a1a8411bc7f93b8ab8cda5cb3d4b2e1df253588 X-VCS-Branch: plugin-sync Date: Fri, 5 Sep 2014 04:38:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1604cd33-974c-4936-a78d-0454ed234d99 X-Archives-Hash: b0d45d329046e3a38ca34439ad9c3735 commit: 9a1a8411bc7f93b8ab8cda5cb3d4b2e1df253588 Author: Brian Dolbec gentoo org> AuthorDate: Fri Sep 5 04:23:30 2014 +0000 Commit: Brian Dolbec gmail com> CommitDate: Fri Sep 5 04:23:30 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=9a1a8411 fix missed self.settings --- pym/portage/sync/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pym/portage/sync/controller.py b/pym/portage/sync/controller.py index 0fe723b..6b8678d 100644 --- a/pym/portage/sync/controller.py +++ b/pym/portage/sync/controller.py @@ -78,6 +78,7 @@ class SyncManager(object): '''Main sync control module''' def __init__(self, settings, logger): + self.settings = settings self.logger = logger # Similar to emerge, sync needs a default umask so that created # files have sane permissions.