Use bugtitle as temporary filename

This commit is contained in:
Andreas Moog 2011-12-03 11:12:11 +01:00
parent fce947e0f4
commit 12030d99e9

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-" + bugtitle.replace(" ","_"), "w")
f.write(mail)
f.close()