adobe / himl

A hierarchical yaml config in Python

Home Page:https://pypi.org/project/himl/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cwd is not working as expected

vaibhav-parnalia opened this issue · comments

https://github.com/adobe/himl/blob/master/himl/config_generator.py#L204
os.chdir(self.cwd) should be used before the for loop where os.chdir(path) is used.

I made this change in local and it works.