vfxparad0x / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Missing boolean configuration option causes error #383

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Delete one of the boolean variables from the "prefs" file 
(~/.googlecl/prefs)
2. Run the program, with any service/task command

What is the expected output? What do you see instead?
Expect the task to run, instead get
{{{ 
Error in configuration file: argument of type 'bool' is not iterable
Quitting...
}}}

Original issue reported on code.google.com by tom.h.mi...@gmail.com on 28 Apr 2010 at 5:10