File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ def __get_script_filename():
3838
3939
4040def checkVectorCASTVersion (minimumVersion , quiet = False ):
41+
4142 tool_version = os .path .join (os .environ ['VECTORCAST_DIR' ], "DATA" , "tool_version.txt" )
4243 with open (tool_version ,"r" ) as fd :
4344 ver = fd .read ()
@@ -75,6 +76,19 @@ def fmt_percent(num, dom):
7576 else :
7677 str_num = "0%"
7778 return str_num
79+
80+ def printVectorLogo ():
81+ print ( " #### " )
82+ print ( " ######## " )
83+ print ( " ########### " )
84+ print ( " @@@ @@@ @@@@@@@@ @@@@@@@ @@@@@@@@@@ @@@@@@@@ @@@@@@@@ ########### " )
85+ print ( " @@@@ @@@ @@@ @@@ @@@ @@@@ @@@@ @@@ @@@ ########### " )
86+ print ( " @@@@@@ @@@@@@ @@@ @@@ @@@ @@@ @@@@@@@@@ ########## " )
87+ print ( " @@@@ @@@ @@@ @@@ @@@@ @@@@ @@@@@@@@ ########### " )
88+ print ( " @@ @@@@@@@@ @@@@@@@ @@@ @@@@@@@@ @@@ @@@@ ########### " )
89+ print ( " ########### " )
90+ print ( " ######## " )
91+ print ( " #### " )
7892
7993if __name__ == '__main__' :
8094
You can’t perform that action at this time.
0 commit comments