Skip to content

Commit

Permalink
Merge branch 'casefix' of https://github.com/d-giles/pyvo into casefix
Browse files Browse the repository at this point in the history
  • Loading branch information
d-giles committed May 8, 2024
2 parents 54000c6 + bf2e289 commit f485668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyvo/dal/sia.py
Original file line number Diff line number Diff line change
Expand Up @@ -503,6 +503,7 @@ def format(self):

@format.setter
def format(self, format_):
print("Set format")
setattr(self, "_format", format_)

if not isinstance(format_, list):
Expand Down

0 comments on commit f485668

Please sign in to comment.