eric6.py

changeset 6181
2ae7e332b941
parent 6099
a7fecbc392d7
child 6267
350655a6c85f
equal deleted inserted replaced
6180:8d72871c16ba 6181:2ae7e332b941
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