Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Aug 22, 2024
1 parent b399e9c commit f673e53
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/splat/scripts/split.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,9 @@ def initialize_segments(config_segments: Union[dict, list]) -> List[Segment]:
)

if ret[-1].type == "pad":
log.error("Last segment in config cannot be a pad segment; see https://github.com/ethteck/splat/wiki/Segments#pad")
log.error(
"Last segment in config cannot be a pad segment; see https://github.com/ethteck/splat/wiki/Segments#pad"
)

return ret

Expand Down

0 comments on commit f673e53

Please sign in to comment.