From: <sir...@us...> - 2003-04-18 11:11:10
|
Update of /cvsroot/btplusplus/BT++/src/TabTrans In directory sc8-pr-cvs1:/tmp/cvs-serv29029/src/TabTrans Modified Files: GridTable.py Log Message: - Fix for Linux compatibility. - Fix for move after download finish. Index: GridTable.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/TabTrans/GridTable.py,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** GridTable.py 2 Apr 2003 19:44:27 -0000 1.10 --- GridTable.py 18 Apr 2003 11:11:05 -0000 1.11 *************** *** 155,158 **** --- 155,165 ---- activity = 'Done' ) + if loader.Obj.has_key('Storage') and loader.Obj['Storage'] != None: + loader.Obj['Storage'].close() + del loader.Obj['Storage'] + + if loader.Obj.has_key('StorageWrapper') and loader.Obj['StorageWrapper'] != None: + del loader.Obj['StorageWrapper'] + if loader.Config['DirTorFinish'] != '': try: |