You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've explicitly set MERMAID_BIN = 'path/to/mermaid-cli/node_modules/.bin/mmdc/ in the python code and tested that mmdc works when run from the shell. When trying to run the filter, I get
setting shell=True for subprocess.check_call fixes the issue, but this is probably not the most elegant solution. I'm not familiar with node.js so I'm not sure what exactly the problem might be.
The text was updated successfully, but these errors were encountered:
I've explicitly set
MERMAID_BIN = 'path/to/mermaid-cli/node_modules/.bin/mmdc/
in the python code and tested thatmmdc
works when run from the shell. When trying to run the filter, I getsetting
shell=True
forsubprocess.check_call
fixes the issue, but this is probably not the most elegant solution. I'm not familiar with node.js so I'm not sure what exactly the problem might be.The text was updated successfully, but these errors were encountered: