From 8d1585ced8632b50a21a1f94af9fb3e7d91a71dd Mon Sep 17 00:00:00 2001 From: gac-x04sa Date: Thu, 7 Mar 2019 17:04:10 +0100 Subject: [PATCH] Script execution --- script/utils/Auto.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script/utils/Auto.py b/script/utils/Auto.py index 7de8d3c..c3c5689 100644 --- a/script/utils/Auto.py +++ b/script/utils/Auto.py @@ -292,9 +292,11 @@ def auto_after_sample(rec, scan): else: print " >>Couldn\'t optimize filter and exposure settings. <<" if resample: + print "Invalidate" rec.invalidate() return False else: + print "Ok" RETRY_COUNT = 0 return True \ No newline at end of file