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.
Turtle.set_PathAttribute
1 parent 6c650fe commit db9fff7Copy full SHA for db9fff7
Types/Turtle/set_PathAttribute.ps1
@@ -4,7 +4,7 @@ $PathAttribute = [Ordered]@{}
4
)
5
6
if (-not $this.'.PathAttribute') {
7
- $this | Add-Member -MemberType NoteProperty -Name '.PathAttribute' -Value $PathAttribute -Force
+ $this | Add-Member -MemberType NoteProperty -Name '.PathAttribute' -Value ([Ordered]@{}) -Force
8
}
9
foreach ($key in $PathAttribute.Keys) {
10
$this.'.PathAttribute'[$key] = $PathAttribute[$key]
0 commit comments