This commit is contained in:
2026-03-17 20:55:55 +01:00
parent 5a52f09f97
commit f7d87d3a78

View File

@@ -109,7 +109,7 @@ class AutomationDocument(ModelSQL, ModelView, Workflow):
timeout=10
)
response.raise_for_status()
doc.notes = (doc.notes or "") + "SO updated"
doc.notes = (doc.notes or "") + " SO updated"
except Exception as e:
doc.state = "error"