error method

pull/197/head
Sebdraven 5 years ago
parent 3a4294391f
commit d1e72676f1
  1. 2
      misp_modules/modules/expansion/onyphe_full.py

@ -63,7 +63,7 @@ def handle_ip(api, ip, misperrors):
r, status_ok = expand_syscan(api, ip, misperrors)
if status_ok:
result_filtered['results'].append(r)
result_filtered['results'].extend(r)
else:
misperrors['error'] = "Error syscan result"

Loading…
Cancel
Save