Convert scripts to python3
[ccsdk/cds.git] / components / model-catalog / blueprint-model / test-blueprint / golden / Scripts / python / DescriptionExample.py
index 8482a89..66c6e32 100644 (file)
@@ -38,5 +38,5 @@ class DescriptionExample(AbstractRAProcessor):
 
     def recover(self, runtime_exception, resource_assignment):
         log.error("Exception in the script {}", runtime_exception)
-        print self.addError(runtime_exception.cause.message)
+        print(self.addError(runtime_exception.cause.message))
         return None