17.03.26
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user