Skip to content

Commit 3547cdd

Browse files
committed
osinstall: Fix flush when downloading extra files
Signed-off-by: Hector Martin <[email protected]>
1 parent 3c7ad8b commit 3547cdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/osinstall.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +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()
117+
ucache.flush_progress()
118118

119119
def install(self, stub_ins):
120120
p_progress("Installing OS...")

0 commit comments

Comments
 (0)