Compare commits
1 commit
master
...
trailing-d
| Author | SHA1 | Date | |
|---|---|---|---|
| 53cee59313 |
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ def list_drives():
|
|||
def write_file(name, buf):
|
||||
with open(name, "wb") as f:
|
||||
f.write(buf)
|
||||
print("Wrote %d bytes to %s." % (len(buf), name))
|
||||
print("Wrote %d bytes to %s" % (len(buf), name))
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
|||
Loading…
Reference in a new issue