summaryrefslogtreecommitdiff
path: root/subplot
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-08-24 10:44:14 +0300
committerLars Wirzenius <liw@liw.fi>2021-08-24 10:53:42 +0300
commited1276c7008b1dab96cd6b73e4b0fb62ca58bcc0 (patch)
treec7fd38cbd1ed65bb12ad857cce4dff88fe963d69 /subplot
parentd73806f722113116d7a5b7886df2b7d5ccb34cda (diff)
downloadjt2-ed1276c7008b1dab96cd6b73e4b0fb62ca58bcc0.tar.gz
feat! rename binary from jt2 to jt
The software has now replaced all my use of the old Python version. Sponsored-by: author
Diffstat (limited to 'subplot')
-rw-r--r--subplot/jt.py2
1 files changed, 1 insertions, 1 deletions
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):