mirror of https://github.com/MISP/PyMISP
parent
239f9c533a
commit
6a3b05fd25
|
@ -21,6 +21,7 @@ if __name__ == '__main__':
|
|||
fo, peo, seos = make_binary_objects(f)
|
||||
except Exception as e:
|
||||
traceback.print_exc()
|
||||
continue
|
||||
|
||||
if seos:
|
||||
for s in seos:
|
||||
|
|
Loading…
Reference in New Issue