Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/USBPrinting/avr_isp/stk500v2.py')
-rw-r--r--plugins/USBPrinting/avr_isp/stk500v2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/USBPrinting/avr_isp/stk500v2.py b/plugins/USBPrinting/avr_isp/stk500v2.py
index dbfc8dc756..2b1a86155c 100644
--- a/plugins/USBPrinting/avr_isp/stk500v2.py
+++ b/plugins/USBPrinting/avr_isp/stk500v2.py
@@ -56,7 +56,7 @@ class Stk500v2(ispBase.IspBase):
self.close()
raise
self.serial.timeout = 5
-
+
def close(self):
if self.serial is not None:
self.serial.close()