Output error messages when using execute
from vpype API #664
Open
Description
Would it be possible to get error messages when using the execute
command from the vpype cli ?
The use case would be something like this :
error == vp.execute( do something)
if error:
print( error)
else :
print( "conversion success")
Metadata
Assignees
Labels
No labels