smallneuron 2.2.0__tar.gz → 2.2.1__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.
- {smallneuron-2.2.0/src/smallneuron.egg-info → smallneuron-2.2.1}/PKG-INFO +1 -1
- {smallneuron-2.2.0 → smallneuron-2.2.1}/pyproject.toml +1 -1
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/smallneuron.py +1 -4
- {smallneuron-2.2.0 → smallneuron-2.2.1/src/smallneuron.egg-info}/PKG-INFO +1 -1
- {smallneuron-2.2.0 → smallneuron-2.2.1}/.gitignore +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/LICENSE +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/README.md +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/example.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/setup.cfg +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/__init__.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/build +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/gpio_h3.c +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/gpio_h3.h +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/gpio_h3.so +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/logger.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/sndummy.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/sngpio.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/sninput.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/snmqtt.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/snserial.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/sntimer.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron/snwatcher.py +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron.egg-info/SOURCES.txt +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron.egg-info/dependency_links.txt +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron.egg-info/top_level.txt +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron_pelainux.egg-info/PKG-INFO +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron_pelainux.egg-info/SOURCES.txt +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron_pelainux.egg-info/dependency_links.txt +0 -0
- {smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron_pelainux.egg-info/top_level.txt +0 -0
|
@@ -88,10 +88,7 @@ class EventManager:
|
|
|
88
88
|
log.notice("*** STARTED ***")
|
|
89
89
|
|
|
90
90
|
def linkEdge(self, event, nodeFrom: Node, nodeTo: Node, desc=""):
|
|
91
|
-
if
|
|
92
|
-
print("Error node can't be None ")
|
|
93
|
-
raise "Error node can't be None "
|
|
94
|
-
elif event in self.cmds:
|
|
91
|
+
if event in self.cmds:
|
|
95
92
|
print("Error event already in cmds ", event)
|
|
96
93
|
raise "Error event already in cmds"
|
|
97
94
|
elif event in self.net:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smallneuron-2.2.0 → smallneuron-2.2.1}/src/smallneuron_pelainux.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|