Skip to content
Snippets Groups Projects
Commit 175bb0b4 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Fix OCDriver

parent 9a1abcad
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -310,7 +310,7 @@ class OCDriver(_Driver):
self.__netconf_handler, self.__logger, resources, conditions, target='candidate',
commit_per_rule=self.__netconf_handler.commit_per_rule
)
else:
else:
results = edit_config(
self.__netconf_handler, self.__logger, resources, conditions=conditions
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment