close file, don't wait for flush
This commit is contained in:
parent
c10d73534c
commit
55d8d6790d
1 changed files with 1 additions and 0 deletions
|
|
@ -95,6 +95,7 @@ def save_as(file)
|
||||||
for group in @newsrc["list"]
|
for group in @newsrc["list"]
|
||||||
newsrc.print format(group)
|
newsrc.print format(group)
|
||||||
end
|
end
|
||||||
|
newsrc.close
|
||||||
end
|
end
|
||||||
|
|
||||||
def format(group)
|
def format(group)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue