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

feat: verbose #139

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

feat: verbose #139

wants to merge 1 commit into from

Conversation

joshuarli
Copy link
Member

No description provided.

Copy link

sentry-io bot commented Aug 29, 2024

🔍 Existing Issues For Review

Your pull request is modifying functions with the following pre-existing issues:

📄 File: devenv/main.py

Function Unhandled Issue
devenv AttributeError: module 'devenv.lib.colima' has no attribute 'start' ...
Event Count: 7
devenv KeyboardInterrupt devenv.bootstrap in main
Event Count: 5
devenv ParsingError: Source contains parsing errors: '/home/hmamops/.config/sentry-devenv/config.ini' ...
Event Count: 4
devenv KeyError: 'verbose' sync in main
Event Count: 4
devenv ValueError: not enough values to unpack (expected 2, got 1) devenv.fet...
Event Count: 3
📄 File: devenv/sync.py (Click to Expand)
Function Unhandled Issue
main AttributeError: module 'devenv.lib.colima' has no attribute 'start' ...
Event Count: 7
main KeyError: 'verbose' sync in main
Event Count: 4
main NameError: name 'os' is not defined sync in main
Event Count: 1
main ImportError: cannot import name 'node' from 'devenv.lib' (/Users/josh/dev/sentry/.venv/lib/python3.12/site-pac... ...
Event Count: 1
main [**RuntimeError: Command colima start --verbose --mount=/var/folders:w,/private/tmp/colima:w,/Users/rohanagarwal:...**](https://sentry.sentry.io/issues/5768508301/?referrer=github-open-pr-bot) ... <br> Event Count:` 1
---

Did you find this useful? React with a 👍 or 👎


# also support devenv sync -v in addition to devenv -v sync
verbose = context["verbose"] or args.verbose

repo = context["repo"]
assert repo is not None
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm i'm trying to use typeguard so i can remove this assert but it's getting a little messy... 3cf7509

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.

1 participant