Skip to content

Commit

Permalink
apply joinchar in pathify (ros-navigation#3141)
Browse files Browse the repository at this point in the history
Co-authored-by: kevin <kevin@floatic.io>
  • Loading branch information
2 people authored and Joshua Wallace committed Dec 14, 2022
1 parent ca48a4d commit 6fdcfc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nav2_common/nav2_common/launch/rewritten_yaml.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ def pathify(self, d, p=None, paths=None, joinchar='.'):
return paths
pn = p
if p != "":
pn += '.'
pn += joinchar
if isinstance(d, dict):
for k in d:
v = d[k]
Expand Down

0 comments on commit 6fdcfc1

Please sign in to comment.