diff --git a/bin/garden b/bin/garden index 57c1f9b..a35908c 100755 --- a/bin/garden +++ b/bin/garden @@ -87,7 +87,7 @@ class GardenTool(object): else: parser.print_help() - if self.options.kivy and garden_kivy_dir is None: + if getattr(self.options, 'kivy', False) and garden_kivy_dir is None: print('--kivy provided; cannot find kivy') sys.exit(0)