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 08223138D0D for ; Tue, 7 Jul 2015 20:52:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92B39E0AA8; Tue, 7 Jul 2015 20:52:36 +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 45256E0AA8 for ; Tue, 7 Jul 2015 20:52:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 842C5340F68 for ; Tue, 7 Jul 2015 20:52:35 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 235BA74A for ; Tue, 7 Jul 2015 20:52:34 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1436302291.716c072bea1aba043bdc9913b09267b42f837f80.blueness@gentoo> Subject: [gentoo-commits] proj/grss:master commit in: grs/ X-VCS-Repository: proj/grss X-VCS-Files: grs/Interpret.py X-VCS-Directories: grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 716c072bea1aba043bdc9913b09267b42f837f80 X-VCS-Branch: master Date: Tue, 7 Jul 2015 20:52:34 +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: 8471bcb6-7f08-4f43-b94e-c47c34ad4dea X-Archives-Hash: 0b36cf71ddff8db9b7a27472a30d3cb2 commit: 716c072bea1aba043bdc9913b09267b42f837f80 Author: Anthony G. Basile gentoo org> AuthorDate: Tue Jul 7 20:51:31 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Tue Jul 7 20:51:31 2015 +0000 URL: https://gitweb.gentoo.org/proj/grss.git/commit/?id=716c072b grs/Interpret.py: fix typo grs/Interpret.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grs/Interpret.py b/grs/Interpret.py index ae9c858..b813766 100644 --- a/grs/Interpret.py +++ b/grs/Interpret.py @@ -199,10 +199,10 @@ class Interpret(Daemon): # 'tarit' can either be just a verb, # or a 'verb obj' pair. if obj: - smartlog(l, obj, True): + smartlog(l, obj, True) bi.tarit(obj) else: - smartlog(l, obj, False): + smartlog(l, obj, False) bi.tarit() elif verb == 'hashit': if smartlog(l, obj, False):