Commit 559cf767 authored by Guillaume Seguin's avatar Guillaume Seguin

Minor cleanup in pronterface.py

parent e01d858c
......@@ -1352,7 +1352,7 @@ class PronterWindow(MainWindow, pronsole.pronsole):
return
self.listing = 0
self.sdfiles = []
self.recvlisteners+=[self.listfiles]
self.recvlisteners.append(self.listfiles)
self.p.send_now("M21")
self.p.send_now("M20")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment