configure pycharm edu once

This commit is contained in:
Ekaterina Tuzova
2017-04-06 11:21:19 +03:00
parent 4bfe48d0a0
commit f08f672ea9

View File

@@ -26,6 +26,7 @@ public class PyStudyInitialConfigurator {
if (!propertiesComponent.getBoolean(CONFIGURED_V40)) {
final File courses = new File(PathManager.getConfigPath(), "courses");
FileUtil.delete(courses);
propertiesComponent.setValue(CONFIGURED_V40, "true");
}
}
}