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)
|
fo, peo, seos = make_binary_objects(f)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
traceback.print_exc()
|
traceback.print_exc()
|
||||||
|
continue
|
||||||
|
|
||||||
if seos:
|
if seos:
|
||||||
for s in seos:
|
for s in seos:
|
||||||
|
|
Loading…
Reference in New Issue