Fix pylint complain
This commit is contained in:
parent
453e08c8d7
commit
98460fb2e2
@ -120,7 +120,7 @@ def main():
|
|||||||
name = None
|
name = None
|
||||||
|
|
||||||
if not name:
|
if not name:
|
||||||
service = SingleProcess(service_name, activity_constructor)
|
SingleProcess(service_name, activity_constructor)
|
||||||
else:
|
else:
|
||||||
single_process = sessionbus.get_object(service_name, service_path)
|
single_process = sessionbus.get_object(service_name, service_path)
|
||||||
single_process.create(activity_handle.get_dict())
|
single_process.create(activity_handle.get_dict())
|
||||||
|
Loading…
Reference in New Issue
Block a user