emily-modifiers icon indicating copy to clipboard operation
emily-modifiers copied to clipboard

Fix error caused by second match failing

Open NSGauge opened this issue 5 months ago • 0 comments

The code for second match is duplicated, so I moved it out of the if statement, added a check to make sure that secondMatch is not None and added number key to the second regex. Closes #9

NSGauge avatar Sep 19 '24 09:09 NSGauge