Node graphs, OSINT data mining, and plugins. Connect unstructured and public data for transformative insights
GNU Affero General Public License v3.0
708
stars
64
forks
source link
[FEATURE REQUEST] Check python syntax when saving edits to plugins #64
Open
gabriel-v opened 8 months ago
Problem:
Syntax errors are not captured at save time, instead they happen at plugin execution time, at which point the error only shows up in the logs.
Feature description:
ast.parse
on the python text should be enough)