Commit 3787631
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.
closes #77
Signed-off-by: Christophe Simonis (chs) <[email protected]>1 parent 620c921 commit 3787631
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