Skip to content

Commit

Permalink
fix of the last fix :)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlodic committed Jun 7, 2023
1 parent 8e1e154 commit ca7ae35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyintelowl/pyintelowl.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ def __send_analysis_request(self, data=None, files=None, playbook_mode=False):
else:
info_log = (
f"New Job running.. ID: {answer.get('job_id')} "
f"| Status: {answer('status')}."
f"| Status: {answer.get('status')}."
f" Got {len(warnings)} warnings:"
f" {warnings if warnings else None}"
f" Got {len(errors)} errors:"
Expand Down

0 comments on commit ca7ae35

Please sign in to comment.