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
There's extraneous quotes around error messages from the catalog:
In [9]: try:
...: bc.call_method("Catalog.get_module_version", [{
...: "module_name": "njs_sdk_test_1foo.run",
...: "version": "beta",
...: }])
...: exceptExceptionase:
...: err=e
...:
...:
In [10]: errOut[10]: biokbase.workspace.baseclient.ServerError("'Module cannot be found based on module_name or git_url parameters.'")
This is causing kb_sdk tests to fail, as the error messages used to not have these unnecessary quotes
The text was updated successfully, but these errors were encountered:
There's extraneous quotes around error messages from the catalog:
This is causing kb_sdk tests to fail, as the error messages used to not have these unnecessary quotes
The text was updated successfully, but these errors were encountered: