salimoha / googlecl

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

Help crashes when given none standard service name #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Type 'google' from command line.
2.type "help frog" 
Effectively means spelling mistakes cause a crash.

What is the expected output? What do you see instead?

You should get an error saying no such service, or something to that affect but 
you get this:

> help frog
Traceback (most recent call last):
  File "/usr/bin/google", line 463, in <module>
    main()
  File "/usr/bin/google", line 454, in main
    run_interactive(parser)
  File "/usr/bin/google", line 251, in run_interactive
    run_once(options, args)
  File "/usr/bin/google", line 283, in run_once
    globals(), locals(), -1)
ImportError: No module named frog.service

What version of the product are you using? On what operating system? What
version of gdata-python-client (aka python-gdata)?

googlecl_0.9.7-1_all, on Ubuntu 10.04lts, python-gdata 1.2.4

Please provide any additional information below.

Original issue reported on code.google.com by simonmar...@gmail.com on 30 Jun 2010 at 3:41

GoogleCodeExporter commented 9 years ago
Check out the patch in issue 110, or use the code in the svn trunk.

Original comment by tom.h.mi...@gmail.com on 30 Jun 2010 at 3:56