fixup! fixup! baseImage: overridable uvmsPkgs/inherit from scope

This commit is contained in:
Else Someone 2026-03-02 15:28:31 +02:00
parent 20b7a83181
commit 95c0a1d72b

View file

@ -68,7 +68,7 @@ class Processes:
con, (cid, port) = serv.accept()
assert cid == 2, cid
self.sources.append(con)
self.client_fds.insert(con.fileno())
self.client_fds.add(con.fileno())
return con, (cid, port)