aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-04-03 21:50:16 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-04-03 21:50:16 +0100
commitf68a2b192b6b6a70a4194e255f1092674b9ce91a (patch)
tree3ddbf3496a2bc33c3bb8164333ff6b859ae7e19c
parent6e8c0429cf4cbba8f3dc8001f36d7fb0e245c14e (diff)
downloadsos-f68a2b192b6b6a70a4194e255f1092674b9ce91a.tar.gz
Fix whitespace in Plugin class
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sos/plugins/__init__.py b/sos/plugins/__init__.py
index 88c909f8..b148d324 100644
--- a/sos/plugins/__init__.py
+++ b/sos/plugins/__init__.py
@@ -198,7 +198,7 @@ class Plugin(object):
expression string or compiled re object. The portion of the file
to be replaced is specified via regexp and the replacement string
is passed in subst.'''
- match = pathexp.match
+ match = pathexp.match
file_list = [f for f in self.copied_files if match(f['srcpath'])]
for file in file_list:
self.do_file_sub(file['srcpath'], regexp, subst)