We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0a208c2 + 585e652 commit e350abdCopy full SHA for e350abd
ait/core/seq.py
@@ -54,7 +54,7 @@ def __init__ (self, pathname=None, cmddict=None, id=None, version=0, **kwargs):
54
self.pathname = pathname
55
self.cmddict = cmddict or cmd.getDefaultCmdDict()
56
self.crc32 = None
57
- self.seqid = int(id)
+ self.seqid = id
58
self.lines = [ ]
59
self.header = { }
60
self.version = version
0 commit comments