Space after comma

This commit is contained in:
Andreas Moog 2011-12-02 20:06:57 +01:00
parent 6c36b6dd6c
commit 9199747fc3

View File

@ -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()