Skip to content

Commit b151e09

Browse files
committed
Remove unnecessary detail (event) from hot reload print
1 parent cff3667 commit b151e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mesop/bin/bin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ def on_modified(self, event: FileSystemEvent):
148148
if src_path.endswith(".py"):
149149
try:
150150
self.count += 1
151-
print(f"Hot reload #{self.count}: starting...", event)
151+
print(f"Hot reload #{self.count}: starting...")
152152
reset_runtime()
153153
execute_main_module(absolute_path=self.absolute_path)
154154
hot_reload_finished()

0 commit comments

Comments
 (0)