We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cc593 commit 43230caCopy full SHA for 43230ca
mongodb_consistent_backup/Archive/Tar/Tar.py
@@ -32,8 +32,8 @@ def compression(self, method=None):
32
return self.config.archive.tar.compression
33
34
def do_gzip(self):
35
- if self.compression() == 'gzip':
36
- return True
+ if self.compression() == 'gzip':
+ return True
37
return False
38
39
def threads(self, thread_count=None):
0 commit comments