Open takagi opened 8 years ago
This PR changes runmodule function to return the result value.
runmodule
Currently, runmodule function returns None. This would have the following problems:
None
main
TestProgram
To solve these problems, this PR changes runmodule 's return value.
This PR changes
runmodule
function to return the result value.Currently,
runmodule
function returnsNone
. This would have the following problems:main
function andTestProgram
.To solve these problems, this PR changes
runmodule
's return value.