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 <[email protected]>
  • Loading branch information
ladianchad and kevin-floatic authored Aug 23, 2022
1 parent 39b639d commit 4896e1c
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 4896e1c

Please sign in to comment.