I'm doing something which (I think) is straightforward :
 foo = run('some command')

And then go parse or otherwise do something with the output of foo.
This works except when others users are logged into the server in which
case the "Other users are logged in" message is captured as well:

[hostname] out:
[hostname] out: Other users are logged in
[hostname] out: username  pts/0        2012-12-18 11:26 (10.2.1.243)


I admit to not fully understanding what terminal magic causes this to
happen (since it does not for ssh user@host 'cmd').  Is there a way to
work around this problem?

_______________________________________________
Fab-user mailing list
Fab-user@nongnu.org
https://lists.nongnu.org/mailman/listinfo/fab-user

Reply via email to