diff --git a/pokedex/util/movesets.py b/pokedex/util/movesets.py index 33c2f40..1f7252f 100755 --- a/pokedex/util/movesets.py +++ b/pokedex/util/movesets.py @@ -1362,6 +1362,9 @@ def main(argv): print print 'Done' + if no_results: + print 'Illegal move combination.' + return (not no_results) if __name__ == '__main__':