commonsense team mailing list archive
-
commonsense team
-
Mailing list archive
-
Message #00168
[Bug 527390] [NEW] error when creating a new study with existing directory
Public bug reported:
Got this when creating a new study by selecting an existing directory:
Warning:
Sorry, an internal error occurred. Could you please send the authors the text below and a brief note about what you were doing? Thanks!
Traceback (most recent call last):
File "/data/v/lib/python2.6/site-packages/Luminoso-1.0.2-py2.6.egg/luminoso/window.py", line 163, in new_study_dialog
study = LuminosoStudy.make_new(unicode(dirname))
File "/data/v/lib/python2.6/site-packages/Luminoso-1.0.2-py2.6.egg/luminoso/study.py", line 81, in make_new
os.mkdir(destdir)
OSError: [Errno 17] File exists: '<MYPATH>'
Maybe Luminoso should ask whether to overwrite the directory instead.
** Affects: luminoso
Importance: Undecided
Status: New
--
error when creating a new study with existing directory
https://bugs.launchpad.net/bugs/527390
You received this bug notification because you are a member of
Commonsense Computing, which is the registrant for Luminoso.
Status in Luminoso: New
Bug description:
Got this when creating a new study by selecting an existing directory:
Warning:
Sorry, an internal error occurred. Could you please send the authors the text below and a brief note about what you were doing? Thanks!
Traceback (most recent call last):
File "/data/v/lib/python2.6/site-packages/Luminoso-1.0.2-py2.6.egg/luminoso/window.py", line 163, in new_study_dialog
study = LuminosoStudy.make_new(unicode(dirname))
File "/data/v/lib/python2.6/site-packages/Luminoso-1.0.2-py2.6.egg/luminoso/study.py", line 81, in make_new
os.mkdir(destdir)
OSError: [Errno 17] File exists: '<MYPATH>'
Maybe Luminoso should ask whether to overwrite the directory instead.
Follow ups
References