]> git.neil.brown.name Git - edlib.git/commit
lib-server: catch errors from Tile:bury
authorNeilBrown <neil@brown.name>
Mon, 30 Oct 2023 04:03:46 +0000 (15:03 +1100)
committerNeilBrown <neil@brown.name>
Mon, 30 Oct 2023 04:04:32 +0000 (15:04 +1100)
commit47c4c209531b1aa2a34aa936462c9b473a1d5856
tree3de9308493418e7549abf1027d74a31e64aaf738
parent7bfd5c655a02675fb1124ef70062d5371c20299c
lib-server: catch errors from Tile:bury

When we call Tile:bury, the tile pane might already be read which would
result in an error.  But we don't care, so catch it.

This happens when the client-side is run with "-t".

Signed-off-by: NeilBrown <neil@brown.name>
DOC/TODO.md
python/lib-server.py