We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649b812 commit 5333b9eCopy full SHA for 5333b9e
diagram-generator/diagram-generator.lua
@@ -88,9 +88,9 @@ function Meta(meta)
88
python_path = stringify(
89
meta.python_path or meta.pythonPath or python_path
90
)
91
- python_activate_path = stringify(
+ python_activate_path =
92
meta.activate_python_path or meta.activatePythonPath or python_activate_path
93
- )
+ python_activate_path = python_activate_path and stringify(python_activate_path)
94
java_path = stringify(
95
meta.java_path or meta.javaPath or java_path
96
0 commit comments