mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-02 01:18:08 +01:00
Removed trailing whitespace.
This commit is contained in:
parent
3bca91e71e
commit
e013715f43
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ class Generator():
|
||||||
image_file.write(infile.read().encode())
|
image_file.write(infile.read().encode())
|
||||||
|
|
||||||
# Close first with statement before getting file size.
|
# Close first with statement before getting file size.
|
||||||
with open(image_file_name, 'ab') as image_file:
|
with open(image_file_name, 'ab') as image_file:
|
||||||
# Pad to next sector
|
# Pad to next sector
|
||||||
current_size = os.stat(image_file_name).st_size
|
current_size = os.stat(image_file_name).st_size
|
||||||
while current_size % 512 != 0:
|
while current_size % 512 != 0:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue