diff options
-rw-r--r-- | sos/archive.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sos/archive.py b/sos/archive.py index 6db398fc..4b30630b 100644 --- a/sos/archive.py +++ b/sos/archive.py @@ -439,8 +439,7 @@ class FileCacheArchive(Archive): self.log_debug("No link follow up: source=%s link_name=%s" % (source, link_name)) - - def add_dir(self, path, copy=False): + def add_dir(self, path): """Create a directory in the archive. :param path: the path in the host file system to add |