summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-04-02 11:43:40 +0300
committerLars Wirzenius <liw@liw.fi>2022-04-10 15:27:08 +0300
commit68c09d2407b329ac03fcd9f25ba293a3a6201689 (patch)
treecb432080a01c3704a745ade892635e8444ef7544
parent9a9ad78f74c5de9cf6ef29c77506a4b21092f34a (diff)
downloadsubplot-68c09d2407b329ac03fcd9f25ba293a3a6201689.tar.gz
fix: daemon.yaml mark embedded file name as such
Change the binding to tell Subplot that an embedded file is referred to. This silences a warning for correct scenarios, and that will soon matter when warnings are errors by default. Sponsored-by: author
-rw-r--r--share/python/lib/daemon.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/share/python/lib/daemon.yaml b/share/python/lib/daemon.yaml
index 5cbc7d0..acca151 100644
--- a/share/python/lib/daemon.yaml
+++ b/share/python/lib/daemon.yaml
@@ -7,6 +7,8 @@
impl:
python:
function: _daemon_shell_script
+ types:
+ filename: file
- when: I start "{path}{args:text}" as a background process as {name}, on port {port}
impl: