Aliases entries in config files should not be existing. In section '{section}' we found multiple appearances of options {options}.
| 598 | |
| 599 | |
| 600 | class AliasedOptionError(DistutilsError): |
| 601 | """ |
| 602 | Aliases entries in config files should not be existing. |
| 603 | In section '{section}' we found multiple appearances of options {options}.""" |
| 604 | |
| 605 | |
| 606 | class AtlasNotFoundError(NotFoundError): |