salimoha / googlecl

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

r552 (Discover) breaks options #412

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. update r552
2. ./google.py add --cal calendarname "test event"
3. You get 3 events in default calendar, "--cal", "calendarname", and "test 
event".

4. update r550
5. ./google.py add --cal calendarname "test event"
6. You get only one as expected in calendarname, "test event".

Original issue reported on code.google.com by livibet...@gmail.com on 7 Aug 2011 at 3:31

GoogleCodeExporter commented 9 years ago
Fixed. I was wondering what the purpose of that one line was...

Original comment by mgsit...@gmail.com on 8 Aug 2011 at 2:58