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 b7bb6ea commit a1630dbCopy full SHA for a1630db
mongodb_consistent_backup/Pipeline/Task.py
@@ -41,7 +41,7 @@ def compression(self, method=None):
41
def is_compressed(self):
42
if self.compression() == 'auto' and hasattr(self, "can_compress"):
43
return self.can_compress()
44
- if self.compression() != 'none':
+ elif self.compression() != 'none':
45
return True
46
return False
47
0 commit comments