Match default param in the abstract class definition with those from the implementation.

This commit is contained in:
Oleksii Kliukin
2015-10-19 16:08:52 +02:00
parent 90c738d83a
commit 40c5d5e351
+1 -1
View File
@@ -240,7 +240,7 @@ class AbstractDCS:
overwriting the key if necessary."""
@abc.abstractmethod
def initialize(self, create_new=True, sysid=None):
def initialize(self, create_new=True, sysid=""):
"""Race for cluster initialization.
:param create_new: False if the key should already exist (in the case we are setting the system_id)