eric6.py

branch
maintenance
changeset 6206
a02b03b7bfec
parent 6181
2ae7e332b941
child 6267
350655a6c85f
equal deleted inserted replaced
6205:ad8ed15f90e5 6206:a02b03b7bfec
370 eMsg.setMinimumSize(600, 400) 370 eMsg.setMinimumSize(600, 400)
371 371
372 # start the event loop 372 # start the event loop
373 inMainLoop = True 373 inMainLoop = True
374 res = app.exec_() 374 res = app.exec_()
375 logging.debug("Shutting down, result {0:d}".format(res)) 375 logging.debug("Shutting down, result %d", res)
376 logging.shutdown() 376 logging.shutdown()
377 sys.exit(res) 377 sys.exit(res)
378 378
379 if __name__ == '__main__': 379 if __name__ == '__main__':
380 main() 380 main()

eric ide

mercurial