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

Fixing cli launch bug #9141

Merged
merged 2 commits into from
Aug 6, 2024
Merged

Fixing cli launch bug #9141

merged 2 commits into from
Aug 6, 2024

Conversation

snwagh
Copy link
Contributor

@snwagh snwagh commented Aug 6, 2024

Fixes 1725

Screenshot 2024-08-06 at 10 02 32 AM

@@ -82,7 +82,7 @@ def run() -> ServerHandle | None:
args.reset = str_to_bool(args.reset)
args.local_db = str_to_bool(args.local_db)
args.tail = str_to_bool(args.tail)
args.cmd = str_to_bool(args.cmd)
# args.cmd = str_to_bool(args.cmd)
Copy link
Contributor

Choose a reason for hiding this comment

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

can we remove instead of commenting out? Doesn't look like it's being used anyway

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just never have the confidence to do these things. :D Fixed in 4d08b7f

Copy link
Contributor

@BrendanSchell BrendanSchell left a comment

Choose a reason for hiding this comment

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

Looks good to me! 🔥

@snwagh snwagh enabled auto-merge August 6, 2024 18:06
@snwagh snwagh merged commit d17521e into dev Aug 6, 2024
27 checks passed
@snwagh snwagh deleted the snwagh/fixing-cli-launch-issues branch August 6, 2024 18:22
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