Script execution

This commit is contained in:
gac-x03da
2021-11-03 18:24:05 +01:00
parent 73fb61bf48
commit e8456460a3
+2
View File
@@ -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']