Fix lint
This commit is contained in:
parent
c769e8a479
commit
e1c1347bdd
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ class StackTraceView( object ):
|
|||
self._requesting_threads = StackTraceView.ThreadRequestState.NO
|
||||
self._pending_thread_request = None
|
||||
|
||||
existing_threads = self._threads[:]
|
||||
existing_threads = self._threads[ : ]
|
||||
self._threads.clear()
|
||||
|
||||
if stopEvent is not None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue