Skip to content

Commit

Permalink
FIX updated XNAT URL
Browse files Browse the repository at this point in the history
  • Loading branch information
xgrg committed Oct 9, 2020
1 parent b7b4397 commit d43b4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snaprate/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ def post(self):
import os.path as op
eid = op.basename(src).split('?')[0].split('.')[0]

url = 'https://barcelonabrainimaging.org/data/'\
url = 'https://xnat.barcelonabeta.org/data/'\
'experiments/%s?format=html' % eid
self.write('"%s"' % eid)

Expand Down

0 comments on commit d43b4d1

Please sign in to comment.