[Stencil *] Clarified the warning about using stencil.side

This commit is contained in:
Salvador E. Tropea 2022-12-04 11:21:51 -03:00
parent ae84edf1fc
commit 5ad49e435d
1 changed files with 1 additions and 1 deletions

View File

@ -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):