umnetdb-utils 0.1.2__py3-none-any.whl → 0.1.3__py3-none-any.whl
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.
umnetdb_utils/umnetdb.py
CHANGED
@@ -95,7 +95,7 @@ class UMnetdb(UMnetdbBase):
|
|
95
95
|
|
96
96
|
# note that by default this method only returns neighbors in the 'device' table,
|
97
97
|
# any others are ignored
|
98
|
-
neighs = self.
|
98
|
+
neighs = self.get_neighbors(device)
|
99
99
|
|
100
100
|
for neigh in neighs:
|
101
101
|
if neigh["remote_device"].startswith("s-"):
|
@@ -1,10 +1,10 @@
|
|
1
1
|
umnetdb_utils/__init__.py,sha256=QJaytbr4ccKESiwaKjpf1b4b8s2cHNfCDdnCOs1tmoI,131
|
2
2
|
umnetdb_utils/base.py,sha256=aIcCdeQ2FTrWV4Az_gdPc-aXuEwRjhef1Xj9SVak438,5878
|
3
|
-
umnetdb_utils/umnetdb.py,sha256=
|
3
|
+
umnetdb_utils/umnetdb.py,sha256=AWA-UTiWIqi6i2SDkinjQR0ONoRcF0v6MAmiEllo0Z0,4058
|
4
4
|
umnetdb_utils/umnetdisco.py,sha256=Z2XwT79jKO_avd3w_z99DDEdAikrfKxYm1JYHRWqvG4,7841
|
5
5
|
umnetdb_utils/umnetequip.py,sha256=jOW5kvk0FXtdHv8PA4rYT_PWfLdMiq83Mjwmy-c1DN8,5701
|
6
6
|
umnetdb_utils/umnetinfo.py,sha256=MH1YDW4OWtHD46qfYb5Pv40vPSbL0GrMNW5gAhdlihE,18445
|
7
7
|
umnetdb_utils/utils.py,sha256=wU6QMYfofj7trX3QeqXty0btbGdhP_RUaSqA7QTflFM,991
|
8
|
-
umnetdb_utils-0.1.
|
9
|
-
umnetdb_utils-0.1.
|
10
|
-
umnetdb_utils-0.1.
|
8
|
+
umnetdb_utils-0.1.3.dist-info/METADATA,sha256=5Y2fRGaGfuri9u2JMQYV6TiyzbPIug3W6YJbHBCPUHA,1555
|
9
|
+
umnetdb_utils-0.1.3.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
umnetdb_utils-0.1.3.dist-info/RECORD,,
|
File without changes
|