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
In order to have flexbility to run injection creator, SVD creator etc with YAML configs, rename all the main methods in all the executable scripts to something more informative. Create a new main function and call the YAML parser from there. To achieve this, create the YAML parser (#223) script. Parser should be separated from the core logic of each script.
In order to have flexbility to run injection creator, SVD creator etc with YAML configs, rename all the main methods in all the executable scripts to something more informative. Create a new
main
function and call the YAML parser from there. To achieve this, create the YAML parser (#223) script. Parser should be separated from the core logic of each script.Then for example: analysis.py will look like
Also, it must be kept in mind that CLI commands should still work; as what we have been doing until now.
This would require the code refactoring on a substantially large scale.
The text was updated successfully, but these errors were encountered: