Kaydet (Commit) a434088a authored tarafından Caolán McNamara's avatar Caolán McNamara

Resolves: fdo#40516 missing : on line 52

üst 41449a86
......@@ -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):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment