This commit is contained in:
Anthony Sottile 2017-04-20 17:51:56 +00:00 committed by GitHub
commit e8531b9789

View file

@ -46,5 +46,6 @@ class PrefixedCommandRunner(object):
def star(self, end):
return tuple(
path for path in os.listdir(self.prefix_dir) if path.endswith(end)
self.path(path)
for path in os.listdir(self.prefix_dir) if path.endswith(end)
)