1
0
Fork 0

fix(api): feather all edges by default

This commit is contained in:
Sean Sube 2023-11-11 20:22:08 -06:00
parent 1fae41ddcf
commit c7cff78784
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 4 additions and 1 deletions

View File

@ -463,6 +463,9 @@ def parse_region_group(group: Tuple[str, ...]) -> Region:
# break down the feather section
feather_radius, *feather_edges = feather.split("_")
if len(feather_edges) == 0:
feather_edges = "TLBR"
else:
feather_edges = "".join(feather_edges)
return (