Script execution
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user