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 46219ac commit f60e341Copy full SHA for f60e341
devlib/target.py
@@ -1183,7 +1183,7 @@ async def read_sysctl(self, parameter):
1183
"""
1184
Returns the value of the given sysctl parameter as a string.
1185
1186
- path = self.path.join('proc', 'sys', *parameter.split('.'))
+ path = self.path.join('/', 'proc', 'sys', *parameter.split('.'))
1187
try:
1188
return await self.read_value.asyn(path)
1189
except FileNotFoundError as e:
0 commit comments