Skip to content

Commit

Permalink
FFix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Jul 9, 2023
1 parent 1089aed commit 311f48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirar/catalog/gaia.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __init__(
if self.acceptable_ph_quals[self.filter_name.lower()] is None:
self.acceptable_ph_quals[self.filter_name.lower()] = ["A"]

for filt in self.acceptable_ph_quals.items():
for filt in self.acceptable_ph_quals:
if self.acceptable_ph_quals[filt] is None:
self.acceptable_ph_quals[filt] = ["A", "B", "C"]

Expand Down

0 comments on commit 311f48f

Please sign in to comment.