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
I load it with python and I am able to parse it as a dict via json.loads(), when i use wisvalid to validate it crahses the prgram because of this line in client.py
If I use wisvalid with the string directly later wisvalid is not able to interpret the string as a dict because of the changes made by the previous line of code
Any help ? Am I doing something wrong?
The text was updated successfully, but these errors were encountered:
Hello, I am trying to use wisvalid to validate some workflows but I have some issues.
wisvalid requires a dict or a string representing the workdlow, I sue the first one here
https://ophidia.cmcc.it/documentation/1.3/users/workflow/workflow_basic.html
I load it with python and I am able to parse it as a dict via json.loads(), when i use wisvalid to validate it crahses the prgram because of this line in client.py
If I use wisvalid with the string directly later wisvalid is not able to interpret the string as a dict because of the changes made by the previous line of code
Any help ? Am I doing something wrong?
The text was updated successfully, but these errors were encountered: