# HG changeset patch # User Doug Simon # Date 1427117461 -3600 # Node ID 5aa0cb2914f8c75682ce135bcb3ecc5cbd8a4304 # Parent 0e7bb9cced6b6a4d36aad5683be9adb226dad169 fixed pylint issue diff -r 0e7bb9cced6b -r 5aa0cb2914f8 mx/mx_graal.py --- a/mx/mx_graal.py Mon Mar 23 14:18:32 2015 +0100 +++ b/mx/mx_graal.py Mon Mar 23 14:31:01 2015 +0100 @@ -1428,7 +1428,7 @@ # None or a list of strings. If not None, only tasks whose title # matches at least one of the substrings in this list will return # a non-None value from __enter__. The body of a 'with Task(...) as t' - # statement should check 't' and exit immediately if it is None. + # statement should check 't' and exit immediately if it is None. filters = None def __init__(self, title, tasks=None):