Follow-up e890ec02d
This commit is contained in:
parent
e890ec02d5
commit
2915cb98b2
@ -8,7 +8,7 @@ import requests
|
|||||||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||||
os.chdir('..')
|
os.chdir('..')
|
||||||
|
|
||||||
code_directories = '{gui,plugins}'
|
code_directories = '{gui,plugins,lib}'
|
||||||
cmd = "find {} -type f -name '*.py' -o -name '*.kv'".format(code_directories)
|
cmd = "find {} -type f -name '*.py' -o -name '*.kv'".format(code_directories)
|
||||||
|
|
||||||
files = subprocess.check_output(cmd, shell=True)
|
files = subprocess.check_output(cmd, shell=True)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user