mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-12 14:30:09 +01:00
update documentation
This commit is contained in:
parent
98e97fa38a
commit
cccd7052b8
2 changed files with 15 additions and 2 deletions
|
|
@ -72,7 +72,7 @@ def rewrite_lines(
|
|||
log.error(f"No match for pattern '{non_matched_pattern}'")
|
||||
compiled_pattern = patterns._compile_pattern(non_matched_pattern)
|
||||
log.error(f"Pattern compiles to regex '{compiled_pattern}'")
|
||||
raise ValueError("Invalid pattern(s)", list(non_matched_patterns))
|
||||
raise ValueError("Invalid pattern(s)")
|
||||
else:
|
||||
return new_lines
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue