Skip to content

Commit 5bf3276

Browse files
committed
add missing / to python paths
1 parent 2d7e019 commit 5bf3276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible_mitogen/mixins.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -475,8 +475,8 @@ def _low_level_execute_command(self, cmd, sudoable=True, in_data=None,
475475
'python3.5',
476476
'python2.7',
477477
'python2.6',
478-
'usr/libexec/platform-python',
479-
'usr/bin/python3',
478+
'/usr/libexec/platform-python',
479+
'/usr/bin/python3',
480480
'python'
481481
]
482482
else:

0 commit comments

Comments
 (0)