summaryrefslogtreecommitdiff
path: root/subplot.py
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-23 20:58:27 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2021-04-24 09:55:22 +0100
commita2cc6c868d09048dce5e8fc238b4ce7144b295f7 (patch)
treea34f9583414305a6bbcbbf104c3455051e27a411 /subplot.py
parent10e5fc7320420f1886c79f2dfb3a50f79166e360 (diff)
downloadsubplot-a2cc6c868d09048dce5e8fc238b4ce7144b295f7.tar.gz
subplot.md: Document scenario language a bit more
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'subplot.py')
-rw-r--r--subplot.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/subplot.py b/subplot.py
index 40678c2..e083ebd 100644
--- a/subplot.py
+++ b/subplot.py
@@ -128,3 +128,7 @@ def file_ends_in_two_newlines(ctx, filename=None):
def binary(basename):
srcdir = globals()["srcdir"]
return os.path.join(srcdir, "target", "debug", basename)
+
+
+def do_nothing(ctx):
+ pass