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