Add one more search path to path_dwim_relative
This commit is contained in:
parent
033c77a13b
commit
eb381bd522
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ class DataLoader():
|
|||
|
||||
# try to create absolute path for loader basedir + templates/files/vars + filename
|
||||
search.append(self.path_dwim(os.path.join(dirname,source)))
|
||||
search.append(self.path_dwim(os.path.join(basedir, source)))
|
||||
|
||||
# try to create absolute path for loader basedir + filename
|
||||
search.append(self.path_dwim(source))
|
||||
|
|
Loading…
Reference in a new issue