Comment out following lines (keep them un-deleted for future enhancements allowing region-specific sys_modifiers)
|
regions_affected = systematic_dict.get("Regions", None) |
|
if regions_affected is not None: |
|
if region_name not in regions_affected: |
|
continue |
Comment out following lines (keep them un-deleted for future enhancements allowing region-specific sys_modifiers)
NSBI-workflow-tutorial/src/nsbi_common_utils/workspace_builder.py
Lines 108 to 111 in 8699c0d