From 40d5eafbc282e36eb2b5eea1e9590354a30d9616 Mon Sep 17 00:00:00 2001 From: Scott Petersen Date: Tue, 21 May 2013 12:38:28 -0700 Subject: [PATCH] Cleaned up firmware callbacks a bit. --- pyad2usb/util.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyad2usb/util.py b/pyad2usb/util.py index 2e85e98..1d7a9d9 100644 --- a/pyad2usb/util.py +++ b/pyad2usb/util.py @@ -59,7 +59,6 @@ class Firmware(object): """ Perform the actual firmware upload to the device. """ - with open(filename) as f: for line in f: line = line.rstrip()