projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3390bd2
)
Skip line about X11 forwarding in data read via ssh.
author
Scott Gasch
<
[email protected]
>
Sat, 13 Aug 2022 00:41:14 +0000
(17:41 -0700)
committer
Scott Gasch
<
[email protected]
>
Sat, 13 Aug 2022 00:41:14 +0000
(17:41 -0700)
base_presence.py
patch
|
blob
|
history
diff --git
a/base_presence.py
b/base_presence.py
index 6464e9752a0875506f908b9608a16c35eaa497a0..c4d61da3ca4687be7f0baa945cd684de0483552a 100755
(executable)
--- a/
base_presence.py
+++ b/
base_presence.py
@@
-179,6
+179,8
@@
class PresenceDetection(object):
cabin_count = 0
for line in lines:
line = line.strip()
+ if 'using fake authentication data for X11' in line:
+ continue
if len(line) == 0:
continue
logger.debug('%s> %s', location, line)