mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix typo.
This commit is contained in:
parent
43c0568267
commit
edf5a9fbf3
@ -168,7 +168,7 @@ def arch_str():
|
||||
|
||||
if __name__ == '__main__':
|
||||
if len(sys.argv)!= 2:
|
||||
print ('usage: openmv.py <script>')
|
||||
print ('usage: pyopenmv.py <script>')
|
||||
sys.exit(1)
|
||||
with open(sys.argv[1], 'r') as fin:
|
||||
buf = fin.read()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user