We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286ae9 commit 79b08ccCopy full SHA for 79b08cc
astroquery/alma/core.py
@@ -226,10 +226,9 @@ def stage_data(self, uids):
226
#'ALMA+uid___A002_X391d0b_X7b'
227
#payload = [('dataset','ALMA+'+clean_uid(uid)) for uid in uids]
228
payload = {'dataset':['ALMA+'+clean_uid(uid) for uid in uids]}
229
- self._staging_log['first_post_url'] = url
230
log.debug("First request payload: {0}".format(payload))
231
232
- self._staging_log = {}
+ self._staging_log = {'first_post_url':url}
233
234
# Request staging for the UIDs
235
# This component cannot be cached, since the returned data can change
0 commit comments