You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exact/util/cellvizio.py
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -94,13 +94,13 @@ def __init__(self,filename):
94
94
95
95
defgetMetaInfo(self):
96
96
# the meta information at the MKT file always starts with "00616C6C 6F776564 5F656761 696E5F65 6F666673 65745F70 61697273 3D" or allowed_egain_eoffset_pairs= in the hex code
97
-
self.fileHandle=open(self.fileName, 'rb');
98
97
# we need to read the whole file to find the meta information
99
-
fileContent=self.fileHandle.read()
100
-
# find start position with fileContent.find(b'allowed_egain_eoffset_pairs=') that searches for the byte sequence
0 commit comments