Trigger CI

This commit is contained in:
Kruglov Pavel 2020-10-28 22:44:37 +03:00 committed by GitHub
parent 2a26136c9e
commit 6eaba28e01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ class MySQLNodeInstance:
self.port = port
self.hostname = hostname
self.password = password
self.mysql_connection = None # lazy init
self.mysql_connection = None # lazy init
def alloc_connection(self):
if self.mysql_connection is None: