Ticket #6142: ps.patch
| File ps.patch, 0.5 kB (added by gdesmott, 5 years ago) |
|---|
-
src/buddy.py
diff --git a/src/buddy.py b/src/buddy.py index 4b8f76d..5be2725 100644
a b 568 568 self.set_properties(props) 569 569 # If the properties didn't contain the key or color, then we're never 570 570 # going to get one. 571 572 # Buddy need a key to be valid 573 if self._key is None: 574 return 575 571 576 try: 572 577 self._awaiting.remove('properties') 573 578 except KeyError:
