We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8f707 commit a531c22Copy full SHA for a531c22
CI/update/stm32cube.py
@@ -302,7 +302,7 @@ def checkSTLocal():
302
print(f"Could not find: {package_file}!")
303
exit(1)
304
# Process Cube release
305
- release_regex = r"FW.(.+).(\d+.\d+.\d+)$"
+ release_regex = r"FW.(.+).(\d+.\d+.\d+.*)$"
306
release_match = re.match(release_regex, cube_release)
307
if release_match:
308
serie = release_match.group(1)
0 commit comments