move instance variables into function
ungoldman opened this issue · comments
Nate Goldman commented
Just noticed log
and current
variables are declared at the module level and assigned at the function level, which is bad. Will refactor a bit to assign variables to be returned a little more intelligently.