-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
fixes#6143 changed the error message #6796
Conversation
@Salonikansal2 while we still have to review this change. I'm adding the |
Thanks for your efforts @mrinalwadhwa |
gentle reminder to review changes |
Gentle reminder , @nazmulidris , @adrianbenavides . Sorry for such hurry in behavior but actually I participated in hacksquad competition due to which I need them merged as soon as possible |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change should be done at the project list
level, in this function.
You can use something like:
if !opts.state.is_enrolled()? {
return Err(miette!("You must enroll before you can list your projects"));
}
Sorry , for the late reply ,was busy in college. |
Closed in favor of: #6808 |
Fixes #6143
changed the error message displayed when local state is empty
@nazmulidris