We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65649b6 commit 83d158aCopy full SHA for 83d158a
.gitignore
@@ -30,3 +30,5 @@ eval_outputs
30
local_cache
31
# Ignore example configs created in user guides
32
docs/user_guides/llm/vertexai/config
33
+# vscode local history extension
34
+.history
nemoguardrails/colang/v2_x/lang/expansion.py
@@ -611,7 +611,7 @@ def _expand_activate_element(
611
else:
612
# It's an UMIM event
613
raise ColangSyntaxError(
614
- f"Only flows can be activated but not '{element.spec.spec_type}'!"
+ f"Only flows can be activated but not '{element.spec.spec_type}', element '{element.spec.name}' on line {element._source.line}!"
615
)
616
elif isinstance(element.spec, dict):
617
# Multiple match elements
0 commit comments