The unified diff between revisions [37519b84..] and [940e5f91..] is displayed below. It can also be downloaded as a raw diff.
# # # patch "goatpy/gen2consume.py" # from [0f942305c1b0b6e063c8219f9fb6a3ac784c1fa8] # to [962ae87202c8c5ee4424eaf3c089e15dd8f18e58] # ============================================================ --- goatpy/gen2consume.py 0f942305c1b0b6e063c8219f9fb6a3ac784c1fa8 +++ goatpy/gen2consume.py 962ae87202c8c5ee4424eaf3c089e15dd8f18e58 @@ -59,7 +59,6 @@ class RunFunction(threading.Thread): self.function = function self.id = id self.setDaemon(True) - self.status_string = "" def run(self): # if we wake up after calling wait() while 1: