src/eric7/eric7_ide.py

branch
eric7
changeset 10238
9ea4634a697e
parent 9955
aa02420279fe
child 10303
ee1aadab1215
equal deleted inserted replaced
10237:17ab17a3e6b3 10238:9ea4634a697e
229 229
230 sys.excepthook = excepthook 230 sys.excepthook = excepthook
231 if OSUtilities.isLinuxPlatform(): 231 if OSUtilities.isLinuxPlatform():
232 multiprocessing.set_start_method("spawn") 232 multiprocessing.set_start_method("spawn")
233 233
234 QGuiApplication.setDesktopFileName("eric7.desktop") 234 QGuiApplication.setDesktopFileName("eric7")
235 235
236 options = [ 236 options = [
237 ( 237 (
238 "--config=configDir", 238 "--config=configDir",
239 "use the given directory as the one containing the config files", 239 "use the given directory as the one containing the config files",

eric ide

mercurial