We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aabcd6d commit 83b80aeCopy full SHA for 83b80ae
bpython/curtsiesfrontend/repl.py
@@ -738,10 +738,9 @@ def toggle_file_watch(self):
738
if self.watching_files:
739
self.watcher.deactivate()
740
self.watching_files = False
741
- self.status_bar.pop_permanent_message(msg)
742
else:
743
self.watching_files = True
744
- self.status_bar.push_permanent_message(msg)
+ self.status_bar.message(msg)
745
self.watcher.activate()
746
747
self.status_bar.message('Autoreloading not available because watchdog not installed')
0 commit comments