Skip to content

Commit

Permalink
Fix codeformatting bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh committed Nov 23, 2024
1 parent 556ec80 commit 6bfce05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions script/get-generic-sys-util/customize.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ def preprocess(i):
return {'return': 1,
'error': 'variable {} is not in env'.format(tmp_value)}
if tmp_value in env:


if isinstance(package_name, str):
package_name = package_name.replace("<<<" + tmp_value + ">>>", str(env[tmp_value]))
if isinstance(package_name, str):
package_name = package_name.replace("<<<" + tmp_value + ">>>", str(env[tmp_value]))

install_cmd = env.get('CM_HOST_OS_PACKAGE_MANAGER_INSTALL_CMD')
if not install_cmd:
Expand Down

0 comments on commit 6bfce05

Please sign in to comment.