Add extra backticks to basename and filename to prevent tex recognition
This commit is contained in:
parent
2ff4035c94
commit
08b0c488f4
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue