mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
jw.pkg.App: Add property projs_root
projs_root is used read-only by CmdBuild and CmdModules, so add that property back. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
75041d5505
commit
a967924102
1 changed files with 4 additions and 0 deletions
|
|
@ -247,6 +247,10 @@ class App(Base):
|
||||||
def top_name(self):
|
def top_name(self):
|
||||||
return self.__top_name
|
return self.__top_name
|
||||||
|
|
||||||
|
@property
|
||||||
|
def projs_root(self):
|
||||||
|
return self.__projs_root
|
||||||
|
|
||||||
def find_dir(self, name: str, search_subdirs: list[str]=[], search_absdirs: list[str]=[], pretty: bool=True):
|
def find_dir(self, name: str, search_subdirs: list[str]=[], search_absdirs: list[str]=[], pretty: bool=True):
|
||||||
return self.__find_dir(name, search_subdirs, search_absdirs, pretty)
|
return self.__find_dir(name, search_subdirs, search_absdirs, pretty)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue