v1.2
This release includes two minor changes:
- If IDL issues a license error,
hissw
will attempt to detect that and raise aIDLLicenseError
. Previously,hissw
would just crash because it could not load the nonexistent.sav
file after the script failed - The
extra_paths
passed toEnvironment
are now appended to the front of the IDL path rather than the back. That means that these paths will take precedence over any existing components of the IDL path.