Skip to content

Commit a03f77e

Browse files
Paolo CalaoGiuseppe Lumia
Paolo Calao
and
Giuseppe Lumia
authored
Update firmware/generator.py
Co-authored-by: Giuseppe Lumia <[email protected]>
1 parent c74654c commit a03f77e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

firmware/generator.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def sha2(file_path):
4242

4343
# Runs arduino-cli
4444
def arduino_cli(cli_path, args=[]):
45-
res = subprocess.run([cli_path, *args], capture_output=True, text=True)
45+
res = subprocess.run([cli_path, *args], capture_output=True, text=True, check=True)
4646
return res.stdout, res.stderr
4747

4848
def provision_binary_details(board):

0 commit comments

Comments
 (0)