We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
next_wire()
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
Running wires.py to test it (using wires_test.txt) --
wires.py
With no blank lines at the top it finds the entire wire as it should
With any leading blank lines it fails.
In either case, it fails to find the wires below the first one once it has processed the wire at (0, 0).
The text was updated successfully, but these errors were encountered:
fix finding wires bug (#2)
bb4b742
see https://github.com/dragoncoder047/schemascii/blob/51c61c961bbce7245982620d6c1876de96acbac6/schemascii/wires.py#L76-L77
Bug was here
schemascii/schemascii/wires.py
Line 76 in bb4b742
Sorry, something went wrong.
dragoncoder047
No branches or pull requests
Running
wires.py
to test it (using wires_test.txt) --With no blank lines at the top it finds the entire wire as it should
With any leading blank lines it fails.
In either case, it fails to find the wires below the first one once it has processed the wire at (0, 0).
The text was updated successfully, but these errors were encountered: