Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: 2.0.2, 2.0.3
-
Fix Version/s: 2.0.4
-
Component/s: None
-
Labels:None
Description
When using Clear Log in Log dialog:
Traceback (most recent call last):
File "./picard/ui/logview.py", line 262, in _clear_log_do
self.log_tail.clear()
File "./picard/log.py", line 93, in clear
with self.log_queue_lock:
AttributeError: 'TailLogger' object has no attribute 'log_queue_lock'