Skip to content

Commit

Permalink
[Python] Typo on FileSystem module methods
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelbreis authored and esindril committed Nov 15, 2022
1 parent b1901db commit f3ba3dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/src/PyXRootDFileSystem.hh
Expand Up @@ -124,7 +124,7 @@ namespace PyXRootD
{ "del_xattr",
(PyCFunction) PyXRootD::FileSystem::DelXAttr, METH_VARARGS | METH_KEYWORDS, NULL },
{ "list_xattr",
(PyCFunction) PyXRootD::FileSystem::DelXAttr, METH_VARARGS | METH_KEYWORDS, NULL },
(PyCFunction) PyXRootD::FileSystem::ListXAttr, METH_VARARGS | METH_KEYWORDS, NULL },
{ NULL } /* Sentinel */
};

Expand Down

0 comments on commit f3ba3dc

Please sign in to comment.