Traceback (most recent call last):
File "/home/ludwig/git/sim_data_model/refactor_sdk.py", line 303, in <module>
main(sys.argv[1:])
File "/home/ludwig/git/sim_data_model/refactor_sdk.py", line 63, in main
api.save(python)
File "<@beartype(cript.api.API.save) at 0x7f00ddc59940>", line 66, in save
File "/home/ludwig/.local/lib/python3.9/site-packages/cript/api.py", line 178, in save
raise APISaveError(display_errors(response.content))
cript.exceptions.APISaveError: {
"source": [
"Enter a valid URL."
]
}
But I think it should be fine.
Giving a version and a description of the source, should be fine.
A URL would be nice, but I don't think we need to require it.
Currently, it seems that
software.source
needs to be a valid URL. This fails:with
But I think it should be fine. Giving a version and a description of the source, should be fine. A URL would be nice, but I don't think we need to require it.
This works though: