gatoatigrado / vimap

Variations on imap
Other
12 stars 7 forks source link

Fix bug where init_kwargs were being stringified for debugging purposes #18

Closed gatoatigrado closed 10 years ago

gatoatigrado commented 10 years ago

The main change is to delete this line,

self.init_kwargs_str = str(self.init_kwargs) # for debug printing

This line was for debugging, and very slow when large objects were passed to worker threads. This branch also fixes some lint issues, makes the lint step run from Travis.

striglia commented 10 years ago

Makes sense and the latest diff looks good. Ship it!