Feature request: Accept spaces around '+' in {numX+X} pattern

Bug #560342 reported by Viper
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
pyRenamer
New
Undecided
Unassigned

Bug Description

I propose to change regular expression to less strict

pyrenamer_filefuncs.py
332c332
< "|{(num)([0-9]*)(\+)([0-9]*)}")
---
> "|{(num)([0-9]*) ?(\+) ?([0-9]*)}")

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.