Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
azuline committed Apr 20, 2024
1 parent e0b1492 commit baf4f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rose/releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def serialize(self) -> str:
data = asdict(self)
data["releaseyear"] = self.releaseyear or -9999
data["compositionyear"] = self.compositionyear or -9999
data["catalognumber"] = self.releaseyear or ""
data["catalognumber"] = self.catalognumber or ""
return tomli_w.dumps(data)

@classmethod
Expand Down

0 comments on commit baf4f0d

Please sign in to comment.