|
@@ -59,7 +59,6 @@ class Firmware(object): |
|
|
""" |
|
|
""" |
|
|
Perform the actual firmware upload to the device. |
|
|
Perform the actual firmware upload to the device. |
|
|
""" |
|
|
""" |
|
|
|
|
|
|
|
|
with open(filename) as f: |
|
|
with open(filename) as f: |
|
|
for line in f: |
|
|
for line in f: |
|
|
line = line.rstrip() |
|
|
line = line.rstrip() |
|
|