diff --git a/script/QueuedHoloScan.py b/script/QueuedHoloScan.py index 34882301..e3be709b 100644 --- a/script/QueuedHoloScan.py +++ b/script/QueuedHoloScan.py @@ -54,7 +54,9 @@ def check_region(region): """ check region dictionary items and apply defaults where necessary """ + print(region) region['fixed'] = 'efix' in region + print(region) if region['fixed']: region['elo'] = region['efix'] region['ehi'] = region['efix']