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'
|
self.output = 'Custom_report.txt'
|
||||||
""" File name for the custom report """
|
""" File name for the custom report """
|
||||||
self.content = ''
|
self.content = ''
|
||||||
""" Content for the report. Use `${basename}` for the project name without extension.
|
""" Content for the report. Use ``${basename}`` for the project name without extension.
|
||||||
Use `${filename(LAYER)}` for the file corresponding to LAYER """
|
Use ``${filename(LAYER)}`` for the file corresponding to LAYER """
|
||||||
|
|
||||||
|
|
||||||
class AnyLayerOptions(VariantOptions):
|
class AnyLayerOptions(VariantOptions):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue