Commit 5db53df
committed
[FIX] base/17.0: do not adapt invalid domains
We handle the most common cases and as a last resort we call convert_domain_leaf()
in order to convert a domain to a valid Python expression. If that fails, we may
confidently state that the given domain is invalid, thus we skip its
adaptation altogether.1 parent b0ce3bf commit 5db53df
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
495 | 498 | | |
496 | 499 | | |
497 | 500 | | |
| |||
0 commit comments