From f68a2b192b6b6a70a4194e255f1092674b9ce91a Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Thu, 3 Apr 2014 21:50:16 +0100 Subject: Fix whitespace in Plugin class Signed-off-by: Bryn M. Reeves --- sos/plugins/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit