We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca27dd commit 47d9695Copy full SHA for 47d9695
launch/launch/substitutions/launch_log_dir.py
@@ -35,7 +35,7 @@ class LaunchLogDir(PathSubstitution):
35
36
def __init__(self) -> None:
37
"""Create a LaunchLogDir substitution."""
38
- super().__init__(self)
+ super().__init__(path=self)
39
40
@classmethod
41
def parse(cls, data: Sequence[SomeSubstitutionsType]
launch/launch/substitutions/this_launch_file_dir.py
@@ -35,7 +35,7 @@ class ThisLaunchFileDir(PathSubstitution):
"""Create a ThisLaunchFileDir substitution."""
0 commit comments