We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c6e1ae commit 3af5c6eCopy full SHA for 3af5c6e
irods/meta.py
@@ -24,7 +24,7 @@ def __init__(
24
# Defer initialization for iRODSMeta(attribute,value,...) if neither attribute nor value is True under
25
# a 'bool' transformation. In so doing we streamline initialization for iRODSMeta (and any subclasses)
26
# for alternatively populating via _from_column_triple(...).
27
- # This is the pathway for allowing user-defined encodings of the iRODSMeta (byte-)string AVU components.)
+ # This is the pathway for allowing user-defined encodings of the iRODSMeta (byte-)string AVU components.
28
if name or value:
29
# Note: calling locals() inside the dict comprehension would not access variables in this frame.
30
local_vars = locals()
0 commit comments