Skip to content

Commit 7c22550

Browse files
committed
admin1
1 parent 1980f1d commit 7c22550

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mongodb_consistent_backup/Common/LocalCommand.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ def parse_output(self):
4343

4444
def run(self):
4545
try:
46-
print(" ".join(self.admin_command_line+ ["&&"]+ self.command_line))
46+
print("cmd : ")
47+
print(" ".join( self.admin_command_line+ ["&&"]+ self.command_line))
4748
cmd = " ".join(self.admin_command_line+ ["&&"]+ self.command_line)
4849
self._process = Popen(cmd, stdout=PIPE, stderr=PIPE,shell= True)
4950
while self._process.poll() is None:

0 commit comments

Comments
 (0)