We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
...due to a stupid check likely copy/pasted from linemerge/linesort
The text was updated successfully, but these errors were encountered:
For a quick fix you can set 2 to 1:
173 if len(lines) < 1: 174 return lines
in the operations.py file in the vpype_cli folder. Make sure to ONLY do this in the linesimplify section on line 173 and 174.
operations.py
vpype_cli
linesimplify
Sorry, something went wrong.
c92e988
No branches or pull requests
...due to a stupid check likely copy/pasted from linemerge/linesort
The text was updated successfully, but these errors were encountered: