slapgrid: syntax.

To be able to wrap on all text editors.
parent a0a34066
......@@ -347,8 +347,7 @@ class Partition(object):
gid = stat_info.st_gid
return (uid, gid)
def addServiceToGroup(self, partition_id,
runner_list, path, extension=''):
def addServiceToGroup(self, partition_id, runner_list, path, extension=''):
uid, gid = self.getUserGroupId()
for runner in runner_list:
self.partition_supervisor_configuration += '\n' + \
......
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