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 b6d5a0a commit c9b99fdCopy full SHA for c9b99fd
MongoBackup/Common/DB.py
@@ -58,7 +58,7 @@ def admin_command(self, admin_command, quiet=False):
58
tries += 1
59
sleep(1)
60
if not status:
61
- raise Exception, "Could not get output from command: '%s' after %i retries!" % (admin_command, retries), None
+ raise Exception, "Could not get output from command: '%s' after %i retries!" % (admin_command, self.retries), None
62
return status
63
64
def server_version(self):
0 commit comments