Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Module: MongoDB Output #1992

Draft
wants to merge 6 commits into
base: dev
Choose a base branch
from
Draft

New Module: MongoDB Output #1992

wants to merge 6 commits into from

Conversation

TheTechromancer
Copy link
Collaborator

No description provided.

@TheTechromancer TheTechromancer self-assigned this Nov 19, 2024
@TheTechromancer TheTechromancer changed the title Mongo New Module: MongoDB Output Nov 19, 2024
github-actions and others added 5 commits November 19, 2024 23:22
I noticed this change here: 02acd94#diff-c6756c35a5fb1d7b87dc0ed3d33a2d211374dc196f245d26a362c82c8c346d5cR131

I can only assume it was unintentional, given `id` is a python builtin function, and `str(id)` returns:
```py
cmyui@Joshs-MacBook-Pro ~ % python3
Python 3.13.0 (main, Oct  7 2024, 05:02:14) [Clang 15.0.0 (clang-1500.3.9.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> str(id)
'<built-in function id>'
```
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