8000 Minor cleanup · vors/jupyter-powershell@97b37c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 97b37c2

Browse files
committed
Minor cleanup
1 parent 7234d0c commit 97b37c2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

powershell_kernel/powershell_proxy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def update_view_loop(self):
8585
self.timer = Timer(0.1, self.update_view_loop)
8686
self.timer.start()
8787
else:
88-
write("\n***Repl Killed***\n""")
88+
self.write("\n***Repl Killed***\n""")
8989

9090
def write(self, packet):
9191
# this is a hack to detect when we stop processing this input
@@ -94,5 +94,4 @@ def write(self, packet):
9494
return
9595
self.output += packet
9696
self.write_count += 1
97-
#print(packet, end="", flush=True)
9897

0 commit comments

Comments
 (0)
0