Consistency

parent 19abfc6b
...@@ -599,10 +599,11 @@ class Slapgrid(object): ...@@ -599,10 +599,11 @@ class Slapgrid(object):
def processComputerPartitionList(self): def processComputerPartitionList(self):
"""Will start supervisord and process each Computer Partition. """
Will start supervisord and process each Computer Partition.
""" """
logger = logging.getLogger('ComputerPartitionProcessing') logger = logging.getLogger('ComputerPartitionProcessing')
logger.info("Processing computer partitions...") logger.info('Processing computer partitions...')
# Prepares environment # Prepares environment
self.checkEnvironmentAndCreateStructure() self.checkEnvironmentAndCreateStructure()
self._launchSupervisord() self._launchSupervisord()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment