[Cvsshell-devel] [ cvsshell-Bugs-711610 ] Crash
Status: Beta
Brought to you by:
stefanheimann
From: SourceForge.net <no...@so...> - 2003-04-08 09:39:38
|
Bugs item #711610, was opened at 2003-03-28 23:56 Message generated for change (Comment added) made by stefanheimann You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=711610&group_id=48175 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Stefan Heimann (stefanheimann) Assigned to: Nobody/Anonymous (nobody) Summary: Crash Initial Comment: I entered the command remove `find . -name '*.pyc'` and get the following error: uncaught: (<class exceptions.TypeError at 0x81097a4>, <exceptions.TypeError instance at 0x816decc>) Traceback (most recent call last): File "/usr/local/bin/cvsshell-0.4/src/app.py", line 245, in main self.run() File "/usr/local/cvsshell-0.4/src/cvs_shell.py", line 187, in run InteractiveApp.run(self) File "/usr/local/bin/cvsshell-0.4/src/interactive_app.py", line 68, in run result = self.evalCommand(command) File "/usr/local/cvsshell-0.4/src/cvs_shell.py", line 153, in evalCommand self.evalSingleCommand(c) File "/usr/local/cvsshell-0.4/src/cvs_shell.py", line 170, in evalSingleCommand l.append(self.shell(c, fork=1)) File "/usr/local/bin/cvsshell-0.4/src/app.py", line 230, in shell exitCode = exitCode >> 8 TypeError: unsupported operand type(s) for >>: 'NoneType' and 'int' Program Version: 0.4 Platform: linux2 Python version: 2.2.1 (#1, Sep 7 2002, 14:34:30) [GCC 2.95.4 20011002 (Debian prerelease)] ---------------------------------------------------------------------- >Comment By: Stefan Heimann (stefanheimann) Date: 2003-04-08 11:54 Message: Logged In: YES user_id=327401 fixed in 0.4.1 ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=452212&aid=711610&group_id=48175 |