Skip to content

Commit b14b767

Browse files
committed
s
1 parent 766fe5c commit b14b767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unit-tests/test-fw-update.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ def find_image_or_exit( product_name, fw_version_regex = r'(\d+\.){3}(\d+)' ):
184184
log.d( "recovering device ..." )
185185
try:
186186
image_file = find_image_or_exit(product_name) if not custom_fw_d400_path else custom_fw_d400_path
187-
cmd = [fw_updater_exe, '-r', '-f', image_file, '-s', sn]
187+
cmd = [fw_updater_exe, '-r', '-f', image_file]
188188
if custom_fw_d400_path:
189189
# unsiged fw
190190
cmd.insert(1, '-u')

0 commit comments

Comments
 (0)