Commit fbc504bc by zhangwei

增加输出格式

parent 2b44e6c5
...@@ -23,6 +23,7 @@ if __name__ == '__main__': ...@@ -23,6 +23,7 @@ if __name__ == '__main__':
Usage() Usage()
#参数由逗号分隔 #参数由逗号分隔
appListName = sys.argv[1].split(",") appListName = sys.argv[1].split(",")
print("ALL is checking up......")
for appname in appListName: for appname in appListName:
if appname in APP_LIST: if appname in APP_LIST:
echo(appname,"is checking......",True) echo(appname,"is checking......",True)
...@@ -38,4 +39,4 @@ if __name__ == '__main__': ...@@ -38,4 +39,4 @@ if __name__ == '__main__':
else: else:
echo(log,"cannt be writen!",False,1) echo(log,"cannt be writen!",False,1)
echo(log, "had been checked!", True) echo(log, "had been checked!", True)
echo("ALL","is done",True) print("ALL is done to check up")
\ No newline at end of file \ 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