4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-21 01:07:18 +08:00

[HUST CSE]Missing right parenthesis

This commit is contained in:
sb508 2023-04-17 00:27:41 +08:00 committed by Man, Jianting (Meco)
parent 87ab55bbb2
commit 467a7f92a1

View File

@ -153,4 +153,4 @@ def dist_handle(BSP_ROOT, dist_dir):
cwd_path = os.getcwd()
sys.path.append(os.path.join(os.path.dirname(BSP_ROOT), 'tools'))
from sdk_dist import dist_do_building
dist_do_building(BSP_ROOT, dist_dir
dist_do_building(BSP_ROOT, dist_dir)