Skip to content

Commit a2e04d9

Browse files
committed
check
1 parent 75767d5 commit a2e04d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mongodb_consistent_backup/Common/LocalCommand.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ def parse_output(self):
5151
def run(self):
5252
try:
5353
cmd = " ".join(self.admin_command_line+ ["&&"] + self.config_command_line + ["&&"] + self.command_line)
54+
print(cmd)
5455
self._process = Popen(cmd, stdout=PIPE, stderr=PIPE,shell= True)
5556
while self._process.poll() is None:
5657
self.parse_output()

0 commit comments

Comments
 (0)