From ed1276c7008b1dab96cd6b73e4b0fb62ca58bcc0 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 24 Aug 2021 10:44:14 +0300 Subject: feat! rename binary from jt2 to jt The software has now replaced all my use of the old Python version. Sponsored-by: author --- subplot/jt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subplot') diff --git a/subplot/jt.py b/subplot/jt.py index 5441ac3..dfdf44c 100644 --- a/subplot/jt.py +++ b/subplot/jt.py @@ -65,7 +65,7 @@ def run_jt_finish(ctx, dirname=None): def _binary(name): srcdir = globals()["srcdir"] - return os.path.join(srcdir, "target", "debug", "jt2") + return os.path.join(srcdir, "target", "debug", "jt") def output_contains(ctx, pattern=None): -- cgit v1.2.1