You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the input to the "set_custom_properties_path()" method is wrong, the wrong path is added to the module paths used by the liquid metal class. This results to an error that grows up any time a new liquid metal object is instantiated.
To solve this issue, the "set_custom_properties_path()" method should check the correctness of the input path, and add it only in case the check succeeds.
The text was updated successfully, but these errors were encountered:
Currently, when the input to the "set_custom_properties_path()" method is wrong, the wrong path is added to the module paths used by the liquid metal class. This results to an error that grows up any time a new liquid metal object is instantiated.
To solve this issue, the "set_custom_properties_path()" method should check the correctness of the input path, and add it only in case the check succeeds.
The text was updated successfully, but these errors were encountered: