Skip to content

Commit

Permalink
Fix LEAPP_IPU_IN_PROGRESS set to 9to1 on 9to10
Browse files Browse the repository at this point in the history
  • Loading branch information
matejmatuska committed Jul 1, 2024
1 parent c964c52 commit 6e875e7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion commands/command_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def check_version(version):
"""
if not re.match(VERSION_REGEX, version):
raise CommandError('Unexpected format of target version: {}'.format(version))
return version.split('.')[0]
return version.split('.')


def get_major_version(version):
Expand Down

This file was deleted.

0 comments on commit 6e875e7

Please sign in to comment.