Skip to content

Commit 54103d8

Browse files
remove v from stopping message
1 parent c7fe1bf commit 54103d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klayout/python/klive_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def on_action_click(self):
178178
def close(self):
179179
super().close()
180180

181-
print("klive v0.3.0 stopped")
181+
print("klive 0.3.0 stopped")
182182
if self.action is not None and not self.action._destroyed():
183183
self.action.icon = off
184184

0 commit comments

Comments
 (0)