fix: Making travis happy

pull/307/head
chrisr3d 2019-06-15 08:17:29 +02:00
parent c1abea4759
commit 9fdd6c5e58
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
import sys
import io
import json
try:
@ -36,7 +35,7 @@ def handler(q=False):
if result:
results.append(result)
targets.append(t)
except Exception as e:
except Exception:
continue
d_result = {t: r.strip() for t, r in zip(targets, results)}
return {'results': [{'types': mispattributes['output'], 'values': d_result}]}