SF.net SVN: fclient: [114] trunk/sandbox/fcp/fcp2_0_client.py
Status: Pre-Alpha
Brought to you by:
jurner
From: <ju...@us...> - 2008-02-02 18:26:08
|
Revision: 114 http://fclient.svn.sourceforge.net/fclient/?rev=114&view=rev Author: jurner Date: 2008-02-02 10:26:10 -0800 (Sat, 02 Feb 2008) Log Message: ----------- ... Modified Paths: -------------- trunk/sandbox/fcp/fcp2_0_client.py Modified: trunk/sandbox/fcp/fcp2_0_client.py =================================================================== --- trunk/sandbox/fcp/fcp2_0_client.py 2008-02-02 11:27:23 UTC (rev 113) +++ trunk/sandbox/fcp/fcp2_0_client.py 2008-02-02 18:26:10 UTC (rev 114) @@ -580,9 +580,6 @@ # check if we have an initial request corrosponding to msg requestIdentifier = msg.get('Identifier', None) initialRequest = None if requestIdentifier is None else self._requests.get(requestIdentifier, None) - - - #################################################### ## ## errors @@ -971,6 +968,7 @@ if initialRequest is None: return False + #TODO: notify user ??? del self._requests[requestIdentifier] return True This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |