Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

Commit

Permalink
Merge pull request #221 from socialcopsdev/fix-217
Browse files Browse the repository at this point in the history
[MRG] Fix variable name
  • Loading branch information
vinayak-mehta authored Dec 7, 2018
2 parents 1f0a1c0 + 619ce2e commit 423e5f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camelot/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def set_edges(self, vertical, horizontal, joint_close_tol=2):
self.cells[L][J].top = True
J += 1
elif i == []: # only bottom edge
I = len(self.rows) - 1
L = len(self.rows) - 1
if k:
K = k[0]
while J < K:
Expand Down
Binary file modified tests/files/baseline_plots/test_grid_plot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 423e5f8

Please sign in to comment.