mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-04-23 00:01:10 +00:00
Use bugtitle as temporary filename
This commit is contained in:
parent
fce947e0f4
commit
12030d99e9
@ -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-" + bugtitle.replace(" ","_"), "w")
|
||||
f.write(mail)
|
||||
f.close()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user