Convert scripts to python3
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Scripts / python / Rollback.py
index 40b3c3d..dbfdade 100644 (file)
@@ -39,5 +39,5 @@ class Rollback(NetconfComponentFunction):
 
   def recover(self, runtime_exception, execution_request):
         log.error("Exception in the script {}", runtime_exception)
-        print self.addError(runtime_exception.cause.message)
+        print(self.addError(runtime_exception.cause.message))
         return None