Spelling error
This commit is contained in:
parent
3c0f4cebce
commit
84410113c2
|
|
@ -13,9 +13,8 @@ def find_examples():
|
||||||
|
|
||||||
return {os.path.basename(path): path for path in glob.glob(f'{examples}/*.py')}
|
return {os.path.basename(path): path for path in glob.glob(f'{examples}/*.py')}
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
if len(sys.argv) == 1: sys.arv.append('guided')
|
if len(sys.argv) == 1: sys.argv.append('guided')
|
||||||
|
|
||||||
profile = sys.argv[1]
|
profile = sys.argv[1]
|
||||||
library = find_examples()
|
library = find_examples()
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue