[*] Fixed parse input arguments in the main function. Now this function...
Compare changes
+ 1
− 1
@@ -17,7 +17,7 @@ PyObject* dap_app_cli_main_py(PyObject *self, PyObject *args)
[*] Fixed parse input arguments in the main function. Now this function expects two lines and a list as input arguments, not two lines and a number.