Skip to content

Commit

Permalink
one line solution
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisgorgo committed Jun 1, 2017
1 parent 2bcd3b3 commit 7d7f177
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions dockereve-master/eve-app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,18 +614,5 @@
}
)

my_settings['DOMAIN']['T2w']['schema'] = deepcopy(struct_iqms_schema)
my_settings['DOMAIN']['T2w']['schema'].update(
{
'bids_meta': {
'type': 'dict',
'required': True,
'schema': deepcopy(bids_schema)
},
'provenance': {
'type': 'dict',
'required': True,
'schema': deepcopy(prov_schema)
}
}
)
my_settings['DOMAIN']['T2w']['schema'] = deepcopy(my_settings['DOMAIN']['T1w']['schema'])

0 comments on commit 7d7f177

Please sign in to comment.