You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The interpolation of $(ThisFile) placeholder doesn't work in the config section.
To Reproduce
Steps to reproduce the behavior:
Use $(ThisFile) in the config.report path.
The path resolves to the __file__ in the kalash module instead of the real YAML path.
Expected behavior
Path resolves to the YAML file parent directory.
Screenshots
N/A
Platform (please complete the following information):
Version: 4.0.0
Additional context
Interpolation operates on internal state of the Trigger class, piping would make more sense and would make it easier to understand where the values are interpolated.
The text was updated successfully, but these errors were encountered:
Describe the bug
The interpolation of
$(ThisFile)
placeholder doesn't work in theconfig
section.To Reproduce
Steps to reproduce the behavior:
$(ThisFile)
in theconfig.report
path.__file__
in thekalash
module instead of the real YAML path.Expected behavior
Path resolves to the YAML file parent directory.
Screenshots
N/A
Platform (please complete the following information):
Version: 4.0.0
Additional context
Interpolation operates on internal state of the
Trigger
class, piping would make more sense and would make it easier to understand where the values are interpolated.The text was updated successfully, but these errors were encountered: