From 9199747fc35cc35b4c69b14e1adc5370e3ee7a2b Mon Sep 17 00:00:00 2001 From: Andreas Moog Date: Fri, 2 Dec 2011 20:06:57 +0100 Subject: [PATCH] Space after comma --- ubuntutools/requestsync/mail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntutools/requestsync/mail.py b/ubuntutools/requestsync/mail.py index 7ce536b..2d3cac2 100644 --- a/ubuntutools/requestsync/mail.py +++ b/ubuntutools/requestsync/mail.py @@ -163,7 +163,7 @@ Content-Type: text/plain; charset=UTF-8 confirmation_prompt() # save mail in temporary file - f=open("/tmp/requestsync-" + srcpkg,"w") + f=open("/tmp/requestsync-" + srcpkg, "w") f.write(mail) f.close()