-
Notifications
You must be signed in to change notification settings - Fork 530
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
FIX: Change to interface workdir within Interface.run() instead Node #2384
Conversation
I've added many reviewers just to make sure we are not missing out any details. |
@@ -471,7 +480,8 @@ def run(self, **inputs): | |||
env['DISPLAY'] = config.get_display() | |||
|
|||
runtime = Bunch( | |||
cwd=os.getcwd(), | |||
cwd=cwd, | |||
prevcwd=syscwd, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I couldn't find a place where this is being used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, forgot to add it to the report.rst
Removed the CHANGES entry:
|
Addresses #2380 and #2368 (comment)