Skip to content

bru2nii: made output_filename path dynamic #1760

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

Merged
merged 1 commit into from
Dec 24, 2016
Merged

Conversation

TheChymera
Copy link
Collaborator

No description provided.

@codecov-io
Copy link

codecov-io commented Dec 21, 2016

Current coverage is 71.12% (diff: 0.00%)

Merging #1760 into master will decrease coverage by <.01%

@@             master      #1760   diff @@
==========================================
  Files          1028       1028          
  Lines         50665      50665          
  Methods           0          0          
  Messages          0          0          
  Branches       7335       7335          
==========================================
- Hits          36039      36035     -4   
- Misses        13499      13503     +4   
  Partials       1127       1127          

Powered by Codecov. Last update fa866eb...ecb752c

if os.path.isabs(self.inputs.output_filename):
output_filename1 = self.inputs.output_filename
else:
output_filename1 = os.path.join(os.getcwd(),self.inputs.output_filename)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Equivalent to:

output_filename1 = os.path.abspath(self.inputs.output_filename)

@satra satra merged commit fbbbf04 into nipy:master Dec 24, 2016
@TheChymera TheChymera deleted the bru2nii branch December 27, 2016 11:33
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