xypath icon indicating copy to clipboard operation
xypath copied to clipboard

Behaviour of shift

Open scraperdragon opened this issue 10 years ago • 0 comments

Shift checks whether the shifted cell exists with assert_one.

Not convinced it should -- it might not exist at the sides of a sheet etc.

  File "/home/.local/lib/python2.7/site-packages/xypath/xypath.py", line 626, in shift
    t_cell = self.table.get_at(b_cell.x + x, b_cell.y + y).assert_one()

scraperdragon avatar Apr 08 '15 11:04 scraperdragon