elmadev / elma-python

Elma Python Library
https://elma-python-library.readthedocs.org
MIT License
13 stars 2 forks source link

Fix error.py bug ignoring qexit and qkiller #11

Closed sunlelma closed 7 years ago

sunlelma commented 7 years ago

Just reviewed all the code & noticed that my error checking function only treated qfood as objects, but ignored qexit and qkiller.

This code fixes this bug.

Sorry for new pull request

sigvef commented 7 years ago

I took the liberty of rebasing your commit on master and making a new pull request here: https://github.com/sigvef/elma/pull/13 . If it is ok with you I will merge that, if not you can resolve the conflicts here instead :)

sigvef commented 7 years ago

Sorry for new pull request

The more the merrier 💃

sunlelma commented 7 years ago

13 looks good! We can use that instead :)

sigvef commented 7 years ago

Merged via #13. Thanks!