Skip to content

Commit

Permalink
Fix defined version
Browse files Browse the repository at this point in the history
  • Loading branch information
Aberdur committed Feb 7, 2025
1 parent 006dac2 commit d07f942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relecov_tools/build_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ def __init__(
self.output_folder = out_dir

# Get version option
self.version = version
if not self.version:
raise ValueError("The next_version variable is not set.")
self.version = version

# Validate show diff option
if not show_diff:
Expand Down

0 comments on commit d07f942

Please sign in to comment.