mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
Follow-up e890ec02d
This commit is contained in:
parent
e890ec02d5
commit
2915cb98b2
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ import requests
|
|||
os.chdir(os.path.dirname(os.path.realpath(__file__)))
|
||||
os.chdir('..')
|
||||
|
||||
code_directories = '{gui,plugins}'
|
||||
code_directories = '{gui,plugins,lib}'
|
||||
cmd = "find {} -type f -name '*.py' -o -name '*.kv'".format(code_directories)
|
||||
|
||||
files = subprocess.check_output(cmd, shell=True)
|
||||
|
|
Loading…
Add table
Reference in a new issue