lib.io: use keyword-only arguments in Pin().

This commit is contained in:
whitequark 2019-10-16 19:50:04 +00:00
parent 045f5e19a2
commit fb90043460
2 changed files with 2 additions and 2 deletions

View file

@ -134,7 +134,7 @@ class ResourceManager:
if dir == "-":
pin = None
else:
pin = Pin(len(phys), dir, xdr, name=name)
pin = Pin(len(phys), dir, xdr=xdr, name=name)
for phys_name in phys_names:
if phys_name in self._phys_reqd: