We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3ef7da commit 0f6cda5Copy full SHA for 0f6cda5
1 file changed
python.d/python_modules/base.py
@@ -34,7 +34,7 @@
34
35
try:
36
PATH = os.getenv('PATH').split(':')
37
-except NameError:
+except AttributeError:
38
PATH = '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'.split(':')
39
40
0 commit comments