From c3f54c342de5d24ae67314c671a930abab33a489 Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Fri, 6 Jun 2014 20:40:26 +0100 Subject: [archive] fix whitespace in _build_archive() comment stokachu++ Signed-off-by: Bryn M. Reeves --- sos/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sos/archive.py b/sos/archive.py index caf621e7..bfc8a120 100644 --- a/sos/archive.py +++ b/sos/archive.py @@ -260,7 +260,7 @@ class TarFileArchive(FileCacheArchive): def _build_archive(self): tar = tarfile.open(self._archive_name, mode="w") - # we need to pass the absolute path to the archive root but we + # we need to pass the absolute path to the archive root but we # want the names used in the archive to be relative. tar.add(self._archive_root, arcname=os.path.split(self._name)[1], filter=self.copy_permissions_filter) -- cgit