Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 27, 2022

Conversation

jaymedina
Copy link
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
Copy link

codecov bot commented Jun 23, 2022

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
Copy link
Member

bsipocz commented Jun 27, 2022

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.

None yet

2 participants