summaryrefslogtreecommitdiff
path: root/subplot/jt.py
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-08-24 08:10:17 +0000
committerDaniel Silverstone <dsilvers+gitlab@digital-scurf.org>2021-08-24 08:10:17 +0000
commit88679dd39cc6803a803b48eb35d6d13bfc19da5e (patch)
treec7efdcaaa51ccf149b89703f5551a3af83d70b8e /subplot/jt.py
parentd73806f722113116d7a5b7886df2b7d5ccb34cda (diff)
parent0235721852dbddea8a306ba3be1d38a82a9fbb79 (diff)
downloadjt2-88679dd39cc6803a803b48eb35d6d13bfc19da5e.tar.gz
Merge branch 'rename' into 'main'
feat! rename binary from jt2 to jt See merge request larswirzenius/jt!22
Diffstat (limited to 'subplot/jt.py')
-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):