Resolves: fdo#40516 missing : on line 52
This commit is contained in:
@@ -49,7 +49,7 @@ dbg = False
|
||||
#with no buffering
|
||||
if dbg and os.name == 'nt':
|
||||
dbgout = open('pymailmerge.log', 'w', 0)
|
||||
else
|
||||
else:
|
||||
dbgout = sys.stderr
|
||||
|
||||
class PyMailSMTPService(unohelper.Base, XSmtpService):
|
||||
|
Reference in New Issue
Block a user