Skip to content

Commit

Permalink
HdlName asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
Nic30 committed Apr 20, 2020
1 parent 91e9b63 commit 464930b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdlConvertor/hdlAst/_expr.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class HdlName(object):
"""

def __init__(self, val, obj=None):
assert is_str(val, str), val
assert is_str(val), val
self.val = val
self.obj = obj

Expand Down

0 comments on commit 464930b

Please sign in to comment.