WHY CAN'T I RUN THIS PROGRAM ?????!!!!!
Opened this issue · 1 comments
gho5t5 commented
root@DESKTOP-ULI6RF0:~/tplmap# python3 tplmap.py
Traceback (most recent call last):
File "/root/tplmap/tplmap.py", line 2, in
from utils import cliparser
File "/root/tplmap/utils/cliparser.py", line 163, in
parser.formatter.format_option_strings = type(parser.formatter.format_option_strings)(_, parser, type(parser))
TypeError: method expected 2 arguments, got 3
0x00650a commented
**Potential Issue:**
- Python Version Compatibility: The code might be written for a different version of Python, and the method signature of format_option_strings could have changed between versions.