Skip to content

Commit c449e7f

Browse files
committed
osinstall: Add mising flush_progress call
Signed-off-by: Hector Martin <[email protected]>
1 parent 5b81b34 commit c449e7f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/osinstall.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ def download_extras(self):
114114
data = ucache.read()
115115
with open(os.path.join(dest, base), "wb") as fd:
116116
fd.write(data)
117+
self.flush_progress()
117118

118119
def install(self, stub_ins):
119120
p_progress("Installing OS...")

0 commit comments

Comments
 (0)