Skip to content

Fixed in-operation#14

Merged
dataflake merged 5 commits intodataflake:masterfrom
zms-publishing:fixed_in_operation
Mar 28, 2026
Merged

Fixed in-operation#14
dataflake merged 5 commits intodataflake:masterfrom
zms-publishing:fixed_in_operation

Conversation

@drfho
Copy link
Copy Markdown
Contributor

@drfho drfho commented Mar 27, 2026

To avoid an error like:

  File "/home/zope/vpy313/lib/python3.13/site-packages/Products/mcdutils/mapping.py", line 69, in __repr__
    if 'passw' in key.lower():
       ^^^^^^^^^^^^^^^^^^^^^^
TypeError: a bytes-like object is required, not 'str'

we may to force the key into string-type before applying the in-operator.

@dataflake dataflake merged commit 1d77653 into dataflake:master Mar 28, 2026
1 check passed
@dataflake
Copy link
Copy Markdown
Owner

Just released version 5.1 with the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants