Skip to content

Commit

Permalink
Merge branch 'dev3' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Arusekk committed Dec 9, 2019
2 parents 0491972 + 98bdcfd commit ab67da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/commandline/asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def main(args):
output = output.encode('ascii')
args.output.write(output)

if tty and fmt is not 'raw':
if tty and fmt != 'raw':
args.output.write(b'\n')

if __name__ == '__main__':
Expand Down

0 comments on commit ab67da5

Please sign in to comment.