fixup! fixup! baseImage: overridable uvmsPkgs/inherit from scope
This commit is contained in:
parent
20b7a83181
commit
95c0a1d72b
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ class Processes:
|
||||||
con, (cid, port) = serv.accept()
|
con, (cid, port) = serv.accept()
|
||||||
assert cid == 2, cid
|
assert cid == 2, cid
|
||||||
self.sources.append(con)
|
self.sources.append(con)
|
||||||
self.client_fds.insert(con.fileno())
|
self.client_fds.add(con.fileno())
|
||||||
return con, (cid, port)
|
return con, (cid, port)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue