Skip to content

fix 'undefined extra_pruner' exception in rescue blocks#142

Open
indirect wants to merge 2 commits intooldmoe:masterfrom
indirect:master
Open

fix 'undefined extra_pruner' exception in rescue blocks#142
indirect wants to merge 2 commits intooldmoe:masterfrom
indirect:master

Conversation

@indirect
Copy link

extra_pruner is a stored sqlite3 statement, not a ruby variable. this change means the rescue blocks execute the stored statement, rather than try to access a ruby variable that doesn't exist, causing an exception inside the exception handler.

extra_pruner is a stored sqlite3 statement, not a ruby variable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant