mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-21 20:18:00 +01:00
remove a todo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
298679fecf
commit
135af10a5e
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -554,7 +554,7 @@ class Setup():
|
|||
if ponymap is not None:
|
||||
ponymap.close()
|
||||
|
||||
for (sharedir, hasponies) in [(sharedir[0], sharedir[3]) for sharedir in sharedirs]: # TODO make this an opt-out option
|
||||
for (sharedir, hasponies) in [(sharedir[0], sharedir[3]) for sharedir in sharedirs]:
|
||||
if hasponies and os.path.isdir(sharedir):
|
||||
for toolcommand in ('--dimensions', '--metadata'):
|
||||
if not self.free:
|
||||
|
|
Loading…
Reference in a new issue