Comment 14 for bug 2004618

Revision history for this message
trya uuum (tryauuum) wrote :

@Mustafa could you explain the patch please? (because I don't understand it and I'm curious).
I understand the difference between normal and raw strings in python, but isn't the target string the same with and without "r"?

```
>>> ".*OVMF.*" == r".*OVMF.*"
True
```