Fix in modules installation
This commit is contained in:
parent
349bb56202
commit
c5ed70e5ca
1 changed files with 1 additions and 1 deletions
|
|
@ -370,7 +370,7 @@ def start():
|
||||||
|
|
||||||
models_files=os.listdir(models_path)
|
models_files=os.listdir(models_path)
|
||||||
|
|
||||||
m=re.compile(".*\.py$")
|
m=re.compile(r".*\.py$")
|
||||||
|
|
||||||
underscore=re.compile("^__.*")
|
underscore=re.compile("^__.*")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue