Skip to content

Commit

Permalink
Avoid attribute name clash.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Mount committed Jul 27, 2016
1 parent 42a233a commit e52f7da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions revelation/instruction.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Instruction(object):
def __init__(self, bits, str):
def __init__(self, bits, name):
self.bits = bits
self.str = str
self.name = name

@property
def rd(self):
Expand Down

0 comments on commit e52f7da

Please sign in to comment.