From 611c92ef1db2efa5c2f548c8ae3aa4072bbe67a8 Mon Sep 17 00:00:00 2001 From: jnozsc Date: Thu, 27 Feb 2020 11:46:42 -0800 Subject: *.py: cosmetic changes --- waftools/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'waftools/features.py') diff --git a/waftools/features.py b/waftools/features.py index d038392a82..74c2483a48 100644 --- a/waftools/features.py +++ b/waftools/features.py @@ -3,7 +3,7 @@ import optparse class Feature(object): def __init__(self, group, feature): - self.group = group + self.group = group self.identifier, self.attributes = feature['name'], feature def add_options(self): -- cgit v1.2.3