alexa-samples / skill-sample-python-fact

An Alexa Skill Sample showing how to build a fact skill in Python.
Other
120 stars 154 forks source link

Fixed return statement issue #17

Closed Shreyas-vgr closed 5 years ago

Shreyas-vgr commented 5 years ago

Issue #, if available:

Description of changes: Changed the return statements to return $? after calling functions explicitly due to some python <=3 user issue.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.