ISD dictionaries are not JSON serializable if the filename has a POSIX path #232
Labels
bug
Something isn't working
good first issue
Good for newcomers
python
Pull requests that update Python code
Currently if a filename has a path like "../../my-file.txt", the ISD dictionary is not JSON serializable. The goal of this issue is to only include the filename and not the full path in the metadata so that the ISD dictionary is JSON serializable.
The text was updated successfully, but these errors were encountered: