From 6622d63c4ed3b58fda46bb5c1fdc78ec622db8cb Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 28 Dec 2018 13:04:49 +0100 Subject: [PATCH] Highlight the most important output for data check --- siteupdate/python-teresco/siteupdate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/siteupdate/python-teresco/siteupdate.py b/siteupdate/python-teresco/siteupdate.py index 7a8c4576..ab3df305 100755 --- a/siteupdate/python-teresco/siteupdate.py +++ b/siteupdate/python-teresco/siteupdate.py @@ -3687,6 +3687,6 @@ def run(self): print("Unique locations: " + str(unique_locations)) if args.errorcheck: - print("Data check successful!") + print("!!! DATA CHECK SUCCESSFUL !!!") print("Total run time: " + et.et())