Skip to content

Commit 543f343

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent 1417581 commit 543f343

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

automation/script/docker.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def dockerfile(self_module, input_params):
3030
tag_values = input_params.get('tags', '').split(",")
3131
variation_tags = [tag[1:] for tag in tag_values if tag.startswith("_")]
3232

33-
3433
if is_quiet_mode:
3534
env['MLC_QUIET'] = 'yes'
3635

@@ -257,7 +256,7 @@ def docker_run(self_module, i):
257256

258257
if quiet:
259258
env['MLC_QUIET'] = 'yes'
260-
259+
261260
regenerate_docker_file = not i.get('docker_noregenerate', False)
262261
rebuild_docker_image = i.get('docker_rebuild', False)
263262

script/install-ipex-from-src/customize.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def postprocess(i):
3636
"Release",
3737
"packages",
3838
"intel_extension_for_pytorch")
39-
39+
4040
env['MLC_GET_DEPENDENT_CACHED_PATH'] = env['MLC_IPEX_INSTALLED_PATH']
4141

4242
return {'return': 0}

0 commit comments

Comments
 (0)