mirror of https://github.com/OISF/suricata
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Call to suricatactl was failing with Python3 with the following error: ``` Traceback (most recent call last): File "bin/suricatactl", line 40, in <module> sys.exit(main()) File "./suricata/ctl/main.py", line 50, in main args.func(args) AttributeError: 'Namespace' object has no attribute 'func' ``` Fix this by making it run with Py3 just like it does with Py2. Closes redmine ticket #2793 |
7 years ago | |
---|---|---|
.. | ||
bin | 8 years ago | |
suricata | 7 years ago | |
suricatasc | 8 years ago | |
.gitignore | 8 years ago | |
Makefile.am | 8 years ago | |
setup.py | 8 years ago |