Page MenuHomeSoftware Heritage
Paste P779

(An Untitled Masterwork)
ActivePublic

Authored by haltode on Sep 25 2020, 11:37 AM.
def inode2swhid(self, inode: int) -> SWHID:
try:
return self._inode2swhid[inode]
except KeyError:
raise pyfuse3.FUSEError(errno.ENOENT)

Event Timeline

haltode created this object in space S1 Public.