Skip to content

Commit

Permalink
fix: crash when on OSI artifact definition load
Browse files Browse the repository at this point in the history
Fix #100
  • Loading branch information
rezib committed May 15, 2023
1 parent cd78a2c commit 04ec58a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Fix crash on client side when loading artifact definition for OSI builds
(#100).

## [2.0.0] - 2023-05-05

### Added
Expand Down Expand Up @@ -184,7 +188,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
multiple sources support.

### Removed

- pkgs: removed support of Fedora 36
- docs: removed mention of Fedora 36 in quickstart guide

Expand Down
2 changes: 1 addition & 1 deletion fatbuildr/artifact.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ def buildargs(self):
return self.defs[self.format]['buildargs'].split(' ')


class ArtifactOsiDefs(ArtifactDefs):
class ArtifactOsiDefs(ArtifactFormatDefs):
@property
def release(self):
"""The release number is not expected in definition file for osi format,
Expand Down

0 comments on commit 04ec58a

Please sign in to comment.