SergeySatskiy / codimension

Experimental Python IDE written mostly in Python
GNU General Public License v3.0
106 stars 20 forks source link

File creation and deletion in the project directory #440

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If many files are created in the project directory and then deleted momentarily 
then an exception might happened:

246 ------ Unhandled exception report at 2014-07-23 14:24:27.901050
247 Traceback:
248 Traceback (most recent call last):
249   File "/home/satskyse/codimension/src/ui/objectsbrowserbase.py", line 338, 
in onFSChanged
250     deletedPythonFiles ):
251   File "/home/satskyse/codimension/src/ui/globalsbrowsermodel.py", line 91, 
in onFSChanged
252     info = self.globalData.briefModinfoCache.get( path )
253   File "/home/satskyse/codimension/src/utils/briefmodinfocache.py", line 
47, in get
254     raise Exception( "Cannot open " + path )
255 Exception: Cannot open 
/home/satskyse/opt/scripts/common/prepare_release/prepare_release.2014-07-23-14-
24-25.conf.corelib-0.0.0/scripts/common/prepare_release/xcode_server_head.py
256 Log window:
257 Nothing is there

Original issue reported on code.google.com by sergey.s...@gmail.com on 23 Jul 2014 at 6:53

GoogleCodeExporter commented 9 years ago

Original comment by sergey.s...@gmail.com on 25 Jul 2014 at 2:53