86nextstep("Publishing: \033[31;5;7m PRODUCTION \033[0m upload")
87
88 myupload = input("Uploading data production constants to /TRT/Cond/. Is it for Status (enter 1), is it for StatusHT (2) or is it for StatusPermanent (3)? ")
89
90if myupload == "1":
91
92if input("Do you want to upload new Status constants to the production ES1 tag (enter 1)? ") == "1":
93 retag= args.tag if args.tag else"TRTCondStatus-RUN2-ES1-UPD1-00-00"