mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-21 23:54:22 +01:00
Fix getmail6 patch
Signed-off-by: magic_rb <richard@brezak.sk>
This commit is contained in:
parent
436b790e9e
commit
86f0aa3508
|
@ -34,7 +34,7 @@ index 2d25558..d7adeba 100755
|
|||
+ # if not os.access(self.conf['path'], os.X_OK):
|
||||
+ # raise getmailConfigurationError('%s not executable'
|
||||
+ # % self.conf['path'])
|
||||
if type(self.conf['arguments']) != tuple:
|
||||
if not isinstance(self.conf['arguments'], tuple):
|
||||
raise getmailConfigurationError(
|
||||
'incorrect arguments format; see documentation (%s)'
|
||||
diff --git a/getmailcore/filters.py b/getmailcore/filters.py
|
||||
|
|
Loading…
Reference in a new issue