hmr 0.3.2.1__tar.gz → 0.3.2.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {hmr-0.3.2.1 → hmr-0.3.2.2}/PKG-INFO +1 -1
- {hmr-0.3.2.1 → hmr-0.3.2.2}/pyproject.toml +1 -1
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/hmr/core.py +3 -1
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/__init__.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/functional.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/helpers.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/hmr/__init__.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/hmr/api.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/hmr/hooks.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/hmr/utils.py +0 -0
- {hmr-0.3.2.1 → hmr-0.3.2.2}/reactivity/primitives.py +0 -0
@@ -228,6 +228,8 @@ class BaseReloader:
|
|
228
228
|
module.load.invalidate()
|
229
229
|
|
230
230
|
for module in path2module.values():
|
231
|
+
if module.file.samefile(self.entry):
|
232
|
+
continue
|
231
233
|
with self.error_filter:
|
232
234
|
module.load()
|
233
235
|
self.run_entry_file()
|
@@ -303,4 +305,4 @@ def cli():
|
|
303
305
|
SyncReloader(entry).keep_watching_until_interrupt()
|
304
306
|
|
305
307
|
|
306
|
-
__version__ = "0.3.2.
|
308
|
+
__version__ = "0.3.2.2"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|