mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
Space after comma
This commit is contained in:
parent
6c36b6dd6c
commit
9199747fc3
@ -163,7 +163,7 @@ Content-Type: text/plain; charset=UTF-8
|
|||||||
confirmation_prompt()
|
confirmation_prompt()
|
||||||
|
|
||||||
# save mail in temporary file
|
# save mail in temporary file
|
||||||
f=open("/tmp/requestsync-" + srcpkg,"w")
|
f=open("/tmp/requestsync-" + srcpkg, "w")
|
||||||
f.write(mail)
|
f.write(mail)
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user