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 d99bc70 commit ac415f4Copy full SHA for ac415f4
instana/fsm.py
@@ -133,7 +133,7 @@ def announce_sensor(self, e):
133
cmdinfo = cmd.read()
134
cmdline = cmdinfo.split('\x00')
135
else:
136
- # OSX doesn't provide a reliable method to determine what
+ # Python doesn't provide a reliable method to determine what
137
# the OS process command line may be. Here we are forced to
138
# rely on ps rather than adding a dependency on something like
139
# psutil which requires dev packages, gcc etc...
0 commit comments