Skip to content
This repository has been archived by the owner on Oct 9, 2018. It is now read-only.

Commit

Permalink
Trying to fix issue Percona-QA#35 once again :)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShahriyarR committed Jan 30, 2017
1 parent 6793cbd commit f394b9b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
class CheckMySQLEnvironment(GeneralClass):

# Constructor
def __init__(self, *args, **kwargs):
super().__init__(self, *args, **kwargs)
def __init__(self):
super(CheckMySQLEnvironment).__init__(self)
self.variable_values=[]
self.cnx = mysql.connector.connect(user=self.mysql_user,
password=self.mysql_password,
Expand Down

0 comments on commit f394b9b

Please sign in to comment.