Skip to content

Output error messages when using execute from vpype API #664

Open
@ithinkido

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions