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 3e8711c commit 9d33cf7Copy full SHA for 9d33cf7
bpython/curtsiesfrontend/filewatch.py
@@ -26,6 +26,8 @@ def __init__(self, paths, on_change):
26
for path in paths:
27
self._add_module(path)
28
29
+ super().__init__()
30
+
31
def reset(self):
32
self.dirs = defaultdict(set)
33
del self.modules_to_add_later[:]
0 commit comments