From 68c09d2407b329ac03fcd9f25ba293a3a6201689 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 2 Apr 2022 11:43:40 +0300 Subject: 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 --- share/python/lib/daemon.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: -- cgit v1.2.1