[Cvsshell-devel] [ cvsshell-Bugs-611206 ] help, with no args, causes traceback
Status: Beta
Brought to you by:
stefanheimann
From: <no...@so...> - 2002-09-18 19:11:32
|
Bugs item #611206, was opened at 2002-09-18 20:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=611206&group_id=48175 Category: None Group: None >Status: Closed Resolution: Fixed Priority: 5 Submitted By: Jacob Smullyan (smulloni) Assigned to: Nobody/Anonymous (nobody) Summary: help, with no args, causes traceback Initial Comment: You can get more help for a specific command by typing `help <name-of-command>'. ========== Traceback starts here ========== uncaught: (<class app.ShellException at 0x81476d4>, <app.ShellException instance at 0x8223b94>) Traceback (most recent call last): File "/home/smulloni/src/cvsshell-0.3.1/src/app.py", line 244, in main self.run() File "/home/smulloni/src/cvsshell-0.3.1/src/cvs_shell.py", line 182, in run InteractiveApp.run(self) File "/home/smulloni/src/cvsshell-0.3.1/src/interactive_app.py", line 68, in run result = self.evalCommand(command) File "/home/smulloni/src/cvsshell-0.3.1/src/cvs_shell.py", line 148, in evalCommand self.evalSingleCommand(c) File "/home/smulloni/src/cvsshell-0.3.1/src/cvs_shell.py", line 178, in evalSingleCommand return fun(self, cmdName, cmdOpts) File "/home/smulloni/src/cvsshell-0.3.1/src/basic_cmds.py", line 75, in cmdHelp app.more(help) File "/home/smulloni/src/cvsshell-0.3.1/src/cvs_shell.py", line 242, in more self.shell(pager + ' ' + tmp) File "/home/smulloni/src/cvsshell-0.3.1/src/app.py", line 231, in shell raise ShellException(exitCode) ShellException: <app.ShellException instance at 0x8223b94> Program Version: 0.3.1 Platform: linux2 Python version: 2.2.1 (#1, Jul 16 2002, 10:59:39) [GCC 2.95.3 20010315 (release)] ========== Traceback ends here ========== ---------------------------------------------------------------------- >Comment By: Stefan Heimann (stefanheimann) Date: 2002-09-18 21:11 Message: Logged In: YES user_id=327401 closed the bug ---------------------------------------------------------------------- Comment By: Stefan Heimann (stefanheimann) Date: 2002-09-18 21:10 Message: Logged In: YES user_id=327401 this bug is fixed now. Thanks for reporting the bug! ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=611206&group_id=48175 |