changes for relative
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
8af7c075ec
commit
4f76cfc84e
2 changed files with 26 additions and 25 deletions
|
|
@ -106,10 +106,10 @@ class Context:
|
|||
shutil.rmtree(self.cache_path)
|
||||
shutil.move(self.base_path, self.cache_path)
|
||||
|
||||
def __init_env(self):
|
||||
"""Setup environment"""
|
||||
os.environ['__cdist_out_path'] = self.out_path
|
||||
os.environ['__cdist_base_path'] = self.base_path
|
||||
#def __init_env(self):
|
||||
# """Setup environment"""
|
||||
# os.environ['__cdist_out_path'] = self.out_path
|
||||
# os.environ['__cdist_base_path'] = self.base_path
|
||||
|
||||
def __init_out_paths(self):
|
||||
"""Initialise output directory structure"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue