fixed issue with getting manage.py command when in the correct directory
This commit is contained in:
parent
5ab6ef1037
commit
85d909194d
@ -57,7 +57,7 @@ function GetDjangoTestCommand()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
function GetDjangoManagePy()
|
function GetDjangoManagePy()
|
||||||
return substitute(expand(getcwd()), "/code/.*", "/code/manage.py", "")
|
return substitute(expand(getcwd()), "/code.*", "/code/manage.py", "")
|
||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user