mirror of https://github.com/VLSIDA/OpenRAM.git
Fix typo
This commit is contained in:
parent
449c68ccae
commit
64c72ee19d
|
|
@ -92,7 +92,7 @@ def check_file_format_carriage(file_name):
|
||||||
if len(key_positions)>10:
|
if len(key_positions)>10:
|
||||||
line_numbers = key_positions[:10] + [" ..."]
|
line_numbers = key_positions[:10] + [" ..."]
|
||||||
else:
|
else:
|
||||||
line_numbers = key_positoins
|
line_numbers = key_positions
|
||||||
debug.info(0, '\nFound ' + str(len(key_positions)) + ' carriage returns in ' +
|
debug.info(0, '\nFound ' + str(len(key_positions)) + ' carriage returns in ' +
|
||||||
str(file_name) + ' (lines ' + ",".join(str(x) for x in line_numbers) + ')')
|
str(file_name) + ' (lines ' + ",".join(str(x) for x in line_numbers) + ')')
|
||||||
f.close()
|
f.close()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue