Tarskin / LaCyTools

A high-throughput data extraction package for LC-MS data.
Apache License 2.0
9 stars 5 forks source link

Subsequent calls to "Run Batch Process" crash LacyTools #13

Closed Tarskin closed 8 years ago

Tarskin commented 8 years ago

The bug only occurs when an actual bathProcess is ran (quantitation), yielding the following problem upon the second calling:

Traceback (most recent call last): File "C:\Anaconda2\lib\lib-tk\Tkinter.py", line 1537, in call return self.func(*args) File "LaCyTools.py", line 2856, in self.run = Button(top, text = "Run Batch Process", width = 25, command = lambda: master.batchProcess(master)) TypeError: 'int' object is not callable