Merge pull request #2959 from jmcorgan/fix-typo
fix the typo fix in linearize.py
This commit is contained in:
commit
f19eda1d57
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ def get_blocks(settings):
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(sys.argv) != 2:
|
if len(sys.argv) != 2:
|
||||||
print "Usage: lineraize.py CONFIG-FILE"
|
print "Usage: linearize.py CONFIG-FILE"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
f = open(sys.argv[1])
|
f = open(sys.argv[1])
|
||||||
|
|
Loading…
Reference in a new issue