Commit fbc504bc by zhangwei

增加输出格式

parent 2b44e6c5
......@@ -23,6 +23,7 @@ if __name__ == '__main__':
Usage()
#参数由逗号分隔
appListName = sys.argv[1].split(",")
print("ALL is checking up......")
for appname in appListName:
if appname in APP_LIST:
echo(appname,"is checking......",True)
......@@ -38,4 +39,4 @@ if __name__ == '__main__':
else:
echo(log,"cannt be writen!",False,1)
echo(log, "had been checked!", True)
echo("ALL","is done",True)
\ No newline at end of file
print("ALL is done to check up")
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment