commit:     716c072bea1aba043bdc9913b09267b42f837f80
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Tue Jul  7 20:51:31 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> 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):

Reply via email to