Default implementation of Service.run()
yields None
which causes an error
#443
Labels
Service.run()
yields None
which causes an error
#443
Consider the following script:
It's output shows that the default
Service.run()
method causes an error since it yieldsNone
:The text was updated successfully, but these errors were encountered: