From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SqwGN-0006t2-6z for garchives@archives.gentoo.org; Tue, 17 Jul 2012 01:07:43 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C2D4E05DB; Tue, 17 Jul 2012 01:07:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id F26ECE05DB for ; Tue, 17 Jul 2012 01:07:29 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5A2891B4001 for ; Tue, 17 Jul 2012 01:07:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id EAD2CE5434 for ; Tue, 17 Jul 2012 01:07:26 +0000 (UTC) From: "Magnus Granberg" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Magnus Granberg" Message-ID: <1342487216.8d66cccae356693bbf3f1c92c5b9a7e81efad3f6.zorry@gentoo> Subject: [gentoo-commits] dev/zorry:master commit in: gobs/pym/ X-VCS-Repository: dev/zorry X-VCS-Files: gobs/pym/check_setup.py X-VCS-Directories: gobs/pym/ X-VCS-Committer: zorry X-VCS-Committer-Name: Magnus Granberg X-VCS-Revision: 8d66cccae356693bbf3f1c92c5b9a7e81efad3f6 X-VCS-Branch: master Date: Tue, 17 Jul 2012 01:07:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: c090f0a6-52d5-49e1-bf1e-af6359b054d4 X-Archives-Hash: 5b36449b555a62f54a43dc2d5e0a2b6e commit: 8d66cccae356693bbf3f1c92c5b9a7e81efad3f6 Author: Magnus Granberg gentoo org> AuthorDate: Tue Jul 17 01:06:56 2012 +0000 Commit: Magnus Granberg gentoo org> CommitDate: Tue Jul 17 01:06:56 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Ddev/zorry.git;a=3D= commit;h=3D8d66ccca fix for depgraph --- gobs/pym/check_setup.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gobs/pym/check_setup.py b/gobs/pym/check_setup.py index 354ddfb..690733c 100644 --- a/gobs/pym/check_setup.py +++ b/gobs/pym/check_setup.py @@ -58,7 +58,7 @@ def check_make_conf(): update__make_conf(conn, configsDict) CM.putConnection(conn) log_msg =3D "Checking configs for changes and errors ... Done" - add_gobs_logs(conn, msg_log, "info", config_profile) + add_gobs_logs(conn, log_msg, "info", config_profile) =20 def check_make_conf_guest(config_profile): conn=3DCM.getConnection()