Minor bug: uncaught python error condition
Posted: Thu Oct 23, 2014 2:43 pm
Example:
It appears the first statement generated a python error, but the exception was not raised until the error check in the following statement.
Code: Select all
>>> h.same(1, 2)
False
>>> h.fadvance()
TypeError: function takes exactly 1 argument (2 given)