Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitriusan committed Oct 21, 2023
1 parent 931e660 commit bcfe72c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vuln_scanner/uploader.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def upload_code(args):
# effort to handle (too much for PoC)
pretty_print_findings(findings)
raise e
pretty_print_findings(findings)



Expand Down Expand Up @@ -115,6 +116,7 @@ def complete(context, prompt):
print(f"Error: {e}: {completion_response}")
raise e
context.conversation.history[-1].completion = completion_for_evaluation
# pretty_print_conversation(context.conversation.to_messages())
return completion_for_evaluation


Expand Down

0 comments on commit bcfe72c

Please sign in to comment.