Commit fb6ae17a authored by Theodor-Adrian Stana's avatar Theodor-Adrian Stana

fm: Updated one.py to make it more generic in display

parent cbd7a649
......@@ -11,6 +11,8 @@ import re
sys.path.append('.')
sys.path.append("pyts/")
from ptsdefine import *
##-------------------------------------------------------------------------------------------------
## Method to turn on the VME crate.
##-------------------------------------------------------------------------------------------------
......@@ -38,7 +40,7 @@ def men_off():
##-------------------------------------------------------------------------------------------------
if __name__ == '__main__':
print "\nHello and Welcome to the TTLBL PTS Run One Test!\n"
print "\nHello and Welcome to the " + BOARD.upper() + " PTS Run One Test!\n"
fnull = open(os.devnull, "w")
......
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