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

FIX: Change to interface workdir within Interface.run() instead Node #2384

Merged
merged 7 commits into from
Jan 20, 2018

Conversation

oesteban
Copy link
Contributor

Addresses #2380 and #2368 (comment)

@oesteban
Copy link
Contributor Author

I've added many reviewers just to make sure we are not missing out any details.

@oesteban oesteban requested a review from chrisgorgo January 19, 2018 19:50
@@ -471,7 +480,8 @@ def run(self, **inputs):
env['DISPLAY'] = config.get_display()

runtime = Bunch(
cwd=os.getcwd(),
cwd=cwd,
prevcwd=syscwd,
Copy link
Collaborator

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

Copy link
Contributor Author

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

@oesteban
Copy link
Contributor Author

Removed the CHANGES entry:

* FIX: Change to interface workdir within Interface.run() instead Node (https://github.com/nipy/nipype/pull/2384)

@oesteban oesteban added this to the 0.14.1 milestone Jan 19, 2018
oesteban added a commit to nipreps/niworkflows that referenced this pull request Jan 19, 2018
oesteban added a commit to nipreps/niworkflows that referenced this pull request Jan 19, 2018
@satra satra merged commit 4c202a9 into nipy:master Jan 20, 2018
@oesteban oesteban deleted the fix/2380 branch January 20, 2018 18:05
@effigies effigies modified the milestones: 0.14.1, 1.0 Jan 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants