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

Bugfix to prevent AttributeError when checking various command line a… #28

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

crimsonkissaki
Copy link

…rguments.

This fixes errors when attempting to use list & search subparsers.

$ garden search contextmenu
[INFO ] [Logger ] Record log in C:\Users\Minion.kivy\logs\kivy_17-05-05_34.txt
[INFO ] [Kivy ] v1.9.1
[INFO ] [Python ] v3.6.1 (v3.6.1:69c0db5, Mar 21 2017, 17:54:52) [MSC v.1900 32 bi t (Intel)]
Traceback (most recent call last):
File "C:/Software/Python/Python36-32/Scripts/garden", line 224, in
GardenTool().main(sys.argv[1:])
File "C:/Software/Python/Python36-32/Scripts/garden", line 82, in main
options.package = [p.lower() for p in options.package]
AttributeError: 'Namespace' object has no attribute 'package'

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