Skip to content

Commit

Permalink
exit if payload type not supported
Browse files Browse the repository at this point in the history
  • Loading branch information
vm03 committed Aug 20, 2019
1 parent cbdce5e commit 3453cbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions payload_dumper.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def data_for_op(op,out_file,old_file):
out_file.write(data)
else:
print ("Unsupported type = %d" % op.type)
sys.exit(-1)

return data

Expand Down

0 comments on commit 3453cbc

Please sign in to comment.