mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
Fix indentation.
This commit is contained in:
parent
146b1619f1
commit
814fba1ade
@ -44,8 +44,7 @@ def download_attachments(bug):
|
||||
|
||||
for attachment in bug.attachments:
|
||||
f = attachment.data.open()
|
||||
filename = os.path.join(os.getcwd(), bug_folder_name,
|
||||
f.filename)
|
||||
filename = os.path.join(os.getcwd(), bug_folder_name, f.filename)
|
||||
local_file = open(filename, "w")
|
||||
local_file.write(f.read())
|
||||
f.close()
|
||||
|
Loading…
x
Reference in New Issue
Block a user