Skip to content

Commit 79b08cc

Browse files
committed
that silly little ALMA change broke all the tests.
1 parent 7286ae9 commit 79b08cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

astroquery/alma/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,10 +226,9 @@ def stage_data(self, uids):
226226
#'ALMA+uid___A002_X391d0b_X7b'
227227
#payload = [('dataset','ALMA+'+clean_uid(uid)) for uid in uids]
228228
payload = {'dataset':['ALMA+'+clean_uid(uid) for uid in uids]}
229-
self._staging_log['first_post_url'] = url
230229
log.debug("First request payload: {0}".format(payload))
231230

232-
self._staging_log = {}
231+
self._staging_log = {'first_post_url':url}
233232

234233
# Request staging for the UIDs
235234
# This component cannot be cached, since the returned data can change

0 commit comments

Comments
 (0)