Milter.utils.parse_header returns string, other py3 fixes
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ class TestBase(object):
|
||||
|
||||
def getsymval(self,name):
|
||||
stage = self._stage
|
||||
if stage >= 0:
|
||||
if stage is not None and stage >= 0:
|
||||
syms = self._symlist[stage]
|
||||
if syms is not None and name not in syms:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user