From b550cd0c8c4d17b997d32c08788d42e4efe2cfbf Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 7 Jan 2014 19:12:16 +0100 Subject: Minor ident fix --- whatmaps | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'whatmaps') diff --git a/whatmaps b/whatmaps index d775098..3f82f1b 100755 --- a/whatmaps +++ b/whatmaps @@ -161,11 +161,11 @@ class Pkg(object): return "<%s Pkg object name:'%s'>" % (self.type, self.name) def _get_contents(self): - """List of files n the package""" + """List of files in the package""" if self._contents: return self._contents else: - cmd = [ string.Template(arg).substitute(arg, pkg_name = self.name) + cmd = [ string.Template(arg).substitute(arg, pkg_name=self.name) for arg in self._list_contents ] list_contents = subprocess.Popen(cmd, stdout=subprocess.PIPE, -- cgit v1.2.3