Skip to content

Commit

Permalink
do not write enabled field until #258 get resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jihoonl committed Jan 21, 2015
1 parent 4b61554 commit ecbba46
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ def _save_solution_configuration(self, service_profiles):
for service_profile in service_profiles.keys():
configuration_item = {}
configuration_item['name'] = service_profile
configuration_item['enabled'] = False
#configuration_item['enabled'] = False
solution_configuration.append(configuration_item)

service_configuration_file_name = rocon_python_utils.ros.find_resource_from_string(self._resource_name).split('/')[-1]
Expand Down

0 comments on commit ecbba46

Please sign in to comment.