X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=escape.py;h=f7b4cf7cc0d761d27a1f411fd4d659d532e97a61;hb=8d2a98a349051d45f7e8bf5cf7cb1e69169788ac;hp=7596beaec0e6b99ed4684675b161c9112802f117;hpb=290c261e54a98cdea6115e2a0ee91ce92257d13b;p=picoclvr.git diff --git a/escape.py b/escape.py index 7596bea..f7b4cf7 100755 --- a/escape.py +++ b/escape.py @@ -247,7 +247,7 @@ def episodes2str( sb_lr = "" else: lr = lr.item() - sb_lr = "n p"[lr + 1] if lr in {-1, 0, 1} else "?" + sb_lr = "n pU"[lr + 1] if lr in {-1, 0, 1, 2} else "?" return ( sb_a + "/"