Projects
Kolab:16:TestingLinked
pykolab
0002-Fix-syntax-error.patch
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0002-Fix-syntax-error.patch of Package pykolab (Revision 35)
Currently displaying revision
35
,
Show latest
From 92abbdb81676e7dde541bbaa915c5d752765a3c1 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen@kolabsys.com> Date: Mon, 20 May 2019 11:23:21 +0200 Subject: [PATCH 2/3] Fix syntax error --- bin/kolab_smtp_access_policy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py index 21169f8..d2766de 100755 --- a/bin/kolab_smtp_access_policy.py +++ b/bin/kolab_smtp_access_policy.py @@ -1284,7 +1284,7 @@ def cache_insert( sasl_sender='', data=None): - if cache is notTrue: + if cache is not True: return [] log.debug( -- 2.21.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.