Skip to content

Commit

Permalink
fix line legth
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo authored Mar 14, 2017
1 parent 4c7b93c commit 9db0468
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bids/grabbids/bids_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ def __init__(self, path, config=None, **kwargs):
if config is None:
root = dirname(realpath(__file__))
config = pathjoin(root, 'config', 'bids.json')
super(BIDSLayout, self).__init__(path, config, dynamic_getters=True, **kwargs)
super(BIDSLayout, self).__init__(path, config,
dynamic_getters=True, **kwargs)

def get_metadata(self, path):
sidecarJSON = path.replace(".nii.gz", ".json").replace(".nii", ".json")
Expand Down

0 comments on commit 9db0468

Please sign in to comment.