diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:50:14 -0400 |
| commit | 94f391ab4262b5e1c8dace0263467a0ec1f17058 (patch) | |
| tree | 8ce8836e5ac65e81b48d71615639bc0e7b9c08b9 /lib/stitches/fill.py | |
| parent | 038875f876d79d0f1e971886fe42f5bee4f9f31e (diff) | |
more pep8 fixes
Diffstat (limited to 'lib/stitches/fill.py')
| -rw-r--r-- | lib/stitches/fill.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stitches/fill.py b/lib/stitches/fill.py index ac8b52ee..b6b97e1b 100644 --- a/lib/stitches/fill.py +++ b/lib/stitches/fill.py @@ -120,7 +120,7 @@ def intersect_region_with_grating(shape, angle, row_spacing, end_row_spacing=Non height = abs(end - start) - #print >> dbg, "grating:", start, end, height, row_spacing, end_row_spacing + # print >> dbg, "grating:", start, end, height, row_spacing, end_row_spacing # offset start slightly so that rows are always an even multiple of # row_spacing_px from the origin. This makes it so that abutting |
