Skip to content

Commit

Permalink
doc derp
Browse files Browse the repository at this point in the history
  • Loading branch information
maandree committed Sep 29, 2012
1 parent 0cd697f commit 9919d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ponysay.py
Expand Up @@ -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):
Expand Down

0 comments on commit 9919d3e

Please sign in to comment.