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
It would be nice if the errors from a bad path were able to tell the user that it's due to a bad path, the current one when its given a bad path is somewhat cryptic.
julia> GlobalSch =read_json_acset_schema("../../global/clean/GlobalSch.json")
ERROR: ArgumentError: invalid JSON at byte position 1while parsing type Any: InvalidChar
The text was updated successfully, but these errors were encountered:
It would be nice if the errors from a bad path were able to tell the user that it's due to a bad path, the current one when its given a bad path is somewhat cryptic.
The text was updated successfully, but these errors were encountered: