diff --git a/ponysay.py b/ponysay.py index 5f5afe90..418cab0d 100755 --- a/ponysay.py +++ b/ponysay.py @@ -206,7 +206,7 @@ def __getponypath(self, names = None): if pony not in ponies: ponies[pony] = ponydir + ponyfile - ## Filter out all choosen ponies + ## Support for explicit pony file names if not names == None: for name in names: if os.path.exists(name):