mirror of
https://github.com/erkin/ponysay.git
synced 2025-02-07 13:36:43 +01:00
remove a bookmark in the source
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
135af10a5e
commit
a8ba7cb7b5
1 changed files with 1 additions and 1 deletions
|
@ -509,7 +509,7 @@ class Ponysay():
|
||||||
ponies = {}
|
ponies = {}
|
||||||
for ponydir in ponydirs:
|
for ponydir in ponydirs:
|
||||||
for pony in Metadata.restrictedPonies(ponydir, logic):
|
for pony in Metadata.restrictedPonies(ponydir, logic):
|
||||||
if (pony in oldponies) and not (pony in ponies): # XXX and (pony not in passed)
|
if (pony in oldponies) and not (pony in ponies):
|
||||||
ponies[pony] = ponydir + pony + '.pony'
|
ponies[pony] = ponydir + pony + '.pony'
|
||||||
if len(ponies) > 0:
|
if len(ponies) > 0:
|
||||||
oldponies = ponies
|
oldponies = ponies
|
||||||
|
|
Loading…
Reference in a new issue