Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Jul 11, 2024
1 parent e403604 commit 93e23dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def make_command(
]
if extract_ir_config.target_uncompressed_size is not None:
command.append("--target-size")
command.append(extract_ir_config.target_uncompressed_size)
command.append(str(extract_ir_config.target_uncompressed_size))
else:
logger.error(f"Unsupported storage engine {storage_engine}")
return None
Expand Down

0 comments on commit 93e23dd

Please sign in to comment.