madmaze / pyNmonAnalyzer

Python tool for reformatting and plotting/graphing NMON output
118 stars 42 forks source link

processedData not cleared in pyNmonParser class #16

Closed wanao closed 9 years ago

wanao commented 9 years ago

self.processedData should be cleared in init, otherwise it will cause subsequent files unable to load new label because of the data in it, triggers warning at line 92

madmaze commented 9 years ago

I'll take a look at this later in the weekend.

madmaze commented 9 years ago

this has been fixed and will be pushed out with the next version bump