apigeelint uses get-installed-path to get the path of xmldom/xmldom , in order to read the constants that are exported in the v0.8.x version of that package. Later versions of the package export the constants, but they're not yet released.
ANYWAY, the get-installed-path looks in the wrong place if you run apigeelint from a directory that is not its home, and that causes the apigeelint cli to just throw an error and exit. This change fixes that.
apigeelint uses get-installed-path to get the path of xmldom/xmldom , in order to read the constants that are exported in the v0.8.x version of that package. Later versions of the package export the constants, but they're not yet released.
ANYWAY, the get-installed-path looks in the wrong place if you run apigeelint from a directory that is not its home, and that causes the apigeelint cli to just throw an error and exit. This change fixes that.