-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure version when adding and including to Housekeeper (#2880)(patch)
Currently, when adding and including a file to Housekeeper through the Housekeeper API, a version is fetched using `last_version()` and an error is raised if the version is missing. This is changed now as the version is ensured using `get_create_version()` instead and removing the exception raising. ### Changed - Use `get_create_version()` instead of `last_version()` - Removed error raise - Renamed `get_create_version` to `get_or_create_version`
- Loading branch information
Showing
4 changed files
with
7 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters