Skip to content

Fix password-report vault-wide scan when folder argument is omitted#173

Open
mtyagi-ks wants to merge 2 commits into
bug-fix-password-reportfrom
bug-fix-password-report-int
Open

Fix password-report vault-wide scan when folder argument is omitted#173
mtyagi-ks wants to merge 2 commits into
bug-fix-password-reportfrom
bug-fix-password-report-int

Conversation

@mtyagi-ks
Copy link
Copy Markdown

Fix password-report crash when no folder is specified

get_folder('') returns None, so accessing folder.records raised
AttributeError. Scan the whole vault from root_folder via
traverse_folder_tree when no folder argument is given, matching
Commander behavior.

Comment thread keepercli-package/src/keepercli/commands/password_report.py
Copy link
Copy Markdown
Contributor

@adeshmukh-ks adeshmukh-ks left a comment

Choose a reason for hiding this comment

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

Fix doesn't seem to work, still no output is present, might be some more edge cases to cover

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.

4 participants