xml-cli icon indicating copy to clipboard operation
xml-cli copied to clipboard

Chain import exceptions for tools.restricted.EnableXmlCli and tools.EnableXmlCli

Open laalvare opened this issue 1 year ago • 0 comments
trafficstars

While trying to fo:

from .tools import EnableXmlCli as exc

If the import statement fails the log message is not being displayed since the exception has already being caught, e.g.: image

The expected behavior should be like this: image

From a real-world test using python3.12 image

Behavior with this patch: image

laalvare avatar Aug 13 '24 18:08 laalvare