Skip to content

Fixing typo in cloud.py's CloudAccess() class variable call#2452

Merged
bsipocz merged 1 commit into
astropy:mainfrom
jaymedina:patch-1
Jun 27, 2022
Merged

Fixing typo in cloud.py's CloudAccess() class variable call#2452
bsipocz merged 1 commit into
astropy:mainfrom
jaymedina:patch-1

Conversation

@jaymedina

Copy link
Copy Markdown
Contributor

Removed the extra underscore in self._pubdata_bucket, it should be self.pubdata_bucket. Calling self._pubdata_bucket leads to an error saying it doesn't exist.

Removed the extra underscore in `self._pubdata_bucket`, it should be `self.pubdata_bucket`. Calling `self._pubdata_bucket` leads to an error saying it doesn't exist.
@jaymedina jaymedina changed the title Fixing typo in Class variable call Fixing typo in cloud.py's CloudAccess() class variable call Jun 23, 2022
@codecov

codecov Bot commented Jun 23, 2022

Copy link
Copy Markdown

Codecov Report

Merging #2452 (9904a0c) into main (05f65ea) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #2452   +/-   ##
=======================================
  Coverage   62.92%   62.92%           
=======================================
  Files         133      133           
  Lines       17300    17300           
=======================================
  Hits        10886    10886           
  Misses       6414     6414           
Impacted Files Coverage Δ
astroquery/mast/cloud.py 22.07% <0.00%> (ø)

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@bsipocz bsipocz added this to the v0.4.7 milestone Jun 27, 2022
@bsipocz bsipocz merged commit 85a8079 into astropy:main Jun 27, 2022
@bsipocz

bsipocz commented Jun 27, 2022

Copy link
Copy Markdown
Member

Thanks @jaymedina!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants