mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-10-19 20:43:43 +08:00
[tools] format python code
This commit is contained in:

committed by
Man, Jianting (Meco)

parent
af82606dd3
commit
eafcdd0bc2
@@ -208,7 +208,7 @@ def MDK4AddGroup(ProjectFiles, parent, name, files, project_path, group_scons):
|
||||
|
||||
return group
|
||||
|
||||
# The common part of making MDK4/5 project
|
||||
# The common part of making MDK4/5 project
|
||||
def MDK45Project(tree, target, script):
|
||||
project_path = os.path.dirname(os.path.abspath(target))
|
||||
|
||||
@@ -437,7 +437,7 @@ def ARMCC_Version():
|
||||
stdout, stderr = child.communicate()
|
||||
|
||||
'''
|
||||
example stdout:
|
||||
example stdout:
|
||||
Product: MDK Plus 5.24
|
||||
Component: ARM Compiler 5.06 update 5 (build 528)
|
||||
Tool: armcc [4d3621]
|
||||
|
Reference in New Issue
Block a user