Closed adamcysec closed 8 months ago
fix IndentationError caused by an incomplete if statement on line 3373.
python error:
Exception has occurred: IndentationError expected an indented block after 'if' statement on line 3373 (parser.py, line 3376)
Yes please!
Hello @richardpenman, If possible, Could you please review this PR and merge it?
fix IndentationError caused by an incomplete if statement on line 3373.
python error: