Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaowei-guan committed Mar 12, 2024
1 parent 3eb43a7 commit df79dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tizen/generate_sysroot.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def generate_sysroot(sysroot: Path, api_version: float, arch: str, quiet=False):
sys.exit('Unknown arch: ' + arch)

base_repo = 'http://download.tizen.org/snapshots/TIZEN/Tizen-{}/Tizen-{}-Base/latest/repos/standard/packages'.format(
api_version,api_version)
api_version, api_version)
unified_repo = 'http://download.tizen.org/snapshots/TIZEN/Tizen-{}/Tizen-{}-Unified/latest/repos/standard/packages'.format(
api_version, api_version)

Expand Down

0 comments on commit df79dda

Please sign in to comment.