Skip to content

Commit 493b103

Browse files
committed
Fix flakes
1 parent fdcf741 commit 493b103

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python3/vimspector/output.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ def CategoryToBuffer( category ):
4444

4545
VIEWS = set()
4646

47-
TMP_SESSION_ID=-1
47+
TMP_SESSION_ID = -1
48+
4849

4950
def ShowOutputInWindow( win_id, category ):
5051
for view in VIEWS:

0 commit comments

Comments
 (0)