Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Resolve #870] Bugfix in _call_sceptre_handler #871

Merged
merged 1 commit into from
Dec 17, 2019

Commits on Dec 11, 2019

  1. [Resolve Sceptre#870] Bugfix in _call_sceptre_handler

    Before this, the _call_sceptre_handler method makes multiple calls to
    os.getcwd() in determining paths to add and then later paths to remove.
    In the event that the sceptre_handler code then makes a call to
    os.chdir, the second call ends up removing the wrong path.
    
    This patch ensures that the paths removed are the same ones that are
    added.
    alex-harvey-z3q committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    1e718ee View commit details
    Browse the repository at this point in the history