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

fix for jsnapy username and password prompt #402

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

apurvaraghu
Copy link
Contributor

Jsnapy prompt failing for password after giving username. Fix is to remove 'AND' clause with password and action field as None action is already handled and will cause 'AND' clause to fail otherwise.

Copy link
Collaborator

@chidanandpujar chidanandpujar left a comment

Choose a reason for hiding this comment

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

Please check what is the impact of removing "action is None" condition .

@apurvaraghu
Copy link
Contributor Author

Please check what is the impact of removing "action is None" condition .

This doesn't break any part of the code and tests also pass successfully. Are there any other specific checks to confirm this?

@chidanandpujar
Copy link
Collaborator

Please check what is the impact of removing "action is None" condition .

This doesn't break any part of the code and tests also pass successfully. Are there any other specific checks to confirm this?

Thanks , approved the changes , please merge .

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.

3 participants