Skip to content

Commit 6ae3774

Browse files
[Automated Commit] Format Codebase [skip ci]
1 parent a5b0596 commit 6ae3774

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

script/get-aocc/customize.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@ def preprocess(i):
2020

2121
exe_c = 'clang.exe' if os_info['platform'] == 'windows' else 'clang'
2222

23-
2423
if 'MLC_AOCC_BIN_WITH_PATH' not in env:
2524
if env.get('MLC_AOCC_DIR_PATH', '') != '':
2625
aocc_path = env['MLC_AOCC_DIR_PATH']
2726
if os.path.exists(os.path.join(aocc_path, 'bin', 'clang')):
2827
env['MLC_TMP_PATH'] = os.path.join(aocc_path, 'bin')
29-
28+
3029
r = i['automation'].find_artifact({'file_name': exe_c,
3130
'env': env,
3231
'os_info': os_info,

0 commit comments

Comments
 (0)