mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-30 16:54:19 +00:00
fix the typo fix in linearize.py
This commit is contained in:
parent
1b63ea872e
commit
71bc3a4b9f
@ -89,7 +89,7 @@ def get_blocks(settings):
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv) != 2:
|
||||
print "Usage: lineraize.py CONFIG-FILE"
|
||||
print "Usage: linearize.py CONFIG-FILE"
|
||||
sys.exit(1)
|
||||
|
||||
f = open(sys.argv[1])
|
||||
|
Loading…
x
Reference in New Issue
Block a user