Mercurial > hg > bzconsole
changeset 62:2c130bdd4a5c default tip
syntax
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 29 Oct 2013 17:06:39 -0700 |
parents | 355d00c749d9 |
children | |
files | bzconsole/main.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bzconsole/main.py Mon Oct 28 21:18:23 2013 -0700 +++ b/bzconsole/main.py Tue Oct 29 17:06:39 2013 -0700 @@ -39,7 +39,7 @@ match = regex.match(string) if match: return match.groups()[0] - return [filename for filename in os.listdir(directory): + return [filename for filename in os.listdir(directory) if is_bug(string)] def unique(self, component=None):