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
import sys
from rocrateValidator import validate as validate
v = validate.validate(sys.argv[1])
v.validator()
would be a great help! Additionally to return the message on validator() rather than invoking print could be nice for consumers to decide how they want to handle the output.
The text was updated successfully, but these errors were encountered:
Even something as simple as
would be a great help! Additionally to return the message on
validator()
rather than invoking print could be nice for consumers to decide how they want to handle the output.The text was updated successfully, but these errors were encountered: