summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-18 15:19:25 +0000
committerLars Wirzenius <liw@liw.fi>2023-04-18 15:19:25 +0000
commitf38fac208ad1750a07235add4800205121d8d1fc (patch)
tree85cf557e9a259ff202ee25e4b71064c58d123209
parent888498d5c90fdc5e375aafff0f8ab4504fa7bbb5 (diff)
parent7b16b82c407c9de8f5e8dc2d0c7c61996ac5ef2d (diff)
downloadewww-f38fac208ad1750a07235add4800205121d8d1fc.tar.gz
Merge branch 'fixes' into 'main'
fix(check): variable name See merge request larswirzenius/ewww!33
-rwxr-xr-xcheck2
-rw-r--r--ewww.subplot4
2 files changed, 3 insertions, 3 deletions
diff --git a/check b/check
index 3f172ba..2b27012 100755
--- a/check
+++ b/check
@@ -52,7 +52,7 @@ for subplot in [^CR]*.subplot; do
$hideok echo "$subplot ====================================="
codegen "$subplot" test.py
docgen "$subplot" "$(basename "$subplot" .subplot).pdf"
- docgen "$subplot" "$(basename "$subplto" .subplot).html"
+ docgen "$subplot" "$(basename "$subplot" .subplot).html"
$hideok echo
done
diff --git a/ewww.subplot b/ewww.subplot
index 549dea9..d8f3958 100644
--- a/ewww.subplot
+++ b/ewww.subplot
@@ -5,14 +5,14 @@ markdowns:
- ewww.md
bindings:
- subplot/ewww.yaml
- - lib/daemon.yaml
+ - python/lib/daemon.yaml
- lib/files.yaml
- lib/runcmd.yaml
impls:
python:
- subplot/ewww.py
- subplot/http.py
- - lib/daemon.py
+ - python/lib/daemon.py
- lib/files.py
- lib/runcmd.py
classes: