From 5ad49e435d71ef34acf09c0f97bb5b78bcab1ac2 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Sun, 4 Dec 2022 11:21:51 -0300 Subject: [PATCH] [Stencil *] Clarified the warning about using stencil.side --- kibot/out_any_stencil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kibot/out_any_stencil.py b/kibot/out_any_stencil.py index ef3355cd..f9e66b6d 100644 --- a/kibot/out_any_stencil.py +++ b/kibot/out_any_stencil.py @@ -87,7 +87,7 @@ class Stencil_Options(VariantOptions): do_top = detected_top do_bottom = detected_bottom if warn: - logger.warning(W_AUTOPROB+'Using the `stencil.side` option could create a wrong list of files.') + logger.warning(W_AUTOPROB+'Using the `stencil.side: auto` option could create a wrong list of files.') return do_top, do_bottom def solve_sides(self):