Skip to content

Commit 003431d

Browse files
PoolThread subclass - ws fix
1 parent 2b852b6 commit 003431d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mongodb_consistent_backup/Pipeline/PoolThread.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ def __init__(self, thread_name, compression_method='none'):
99
self.compression_method = compression_method
1010

1111
self.timer_name = self.__class__.__name__
12-
self.stopped = False
13-
self.running = False
14-
self.completed = False
12+
self.stopped = False
13+
self.running = False
14+
self.completed = False
1515
self.exit_code = 255
1616

1717
def compression(self, method=None):

0 commit comments

Comments
 (0)