Handle status-group-closed-too-soon bug
							parent
							
								
									b11b8be11e
								
							
						
					
					
						commit
						a28c3f9eba
					
				| 
						 | 
					@ -124,8 +124,10 @@ class MultiStatus:
 | 
				
			||||||
                    if not subs:
 | 
					                    if not subs:
 | 
				
			||||||
                        group_clear()
 | 
					                        group_clear()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            self._status_groups[group_key][0].add(msg)
 | 
					            group = self._status_groups.get(group_key)
 | 
				
			||||||
            ret = pop_from_group_and_maybe_clear_group
 | 
					            if group:
 | 
				
			||||||
 | 
					                group[0].add(msg)
 | 
				
			||||||
 | 
					                ret = pop_from_group_and_maybe_clear_group
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        self.render()
 | 
					        self.render()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue