From 08b0c488f40f6fad3b40fc9cb2f0d807dafc3882 Mon Sep 17 00:00:00 2001 From: Edward Longman Date: Wed, 24 Jan 2024 15:37:53 +0000 Subject: [PATCH] Add extra backticks to basename and filename to prevent tex recognition --- kibot/out_any_layer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kibot/out_any_layer.py b/kibot/out_any_layer.py index 9165a2b9..ee2b02b0 100644 --- a/kibot/out_any_layer.py +++ b/kibot/out_any_layer.py @@ -36,8 +36,8 @@ class CustomReport(Optionable): self.output = 'Custom_report.txt' """ File name for the custom report """ self.content = '' - """ Content for the report. Use `${basename}` for the project name without extension. - Use `${filename(LAYER)}` for the file corresponding to LAYER """ + """ Content for the report. Use ``${basename}`` for the project name without extension. + Use ``${filename(LAYER)}`` for the file corresponding to LAYER """ class AnyLayerOptions(VariantOptions):