We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8888918 commit 64b3db0Copy full SHA for 64b3db0
1 file changed
CI/utils/stm32update.py
@@ -562,6 +562,7 @@ def main():
562
stm32_list = [upargs.add.upper()]
563
else:
564
print(upargs.add + " can't be added as it already exists!")
565
+ exit(1)
566
updateSTRepo()
567
if upargs.check:
568
printVersion()
0 commit comments