prjemian / assign_gup

Assist in assigning APS GUPs to PRP members
http://assign_gup.readthedocs.io
0 stars 1 forks source link

MacOSX: exiting topics editor produces OS error #56

Closed prjemian closed 8 years ago

prjemian commented 8 years ago

This was not a python exception, reported to the console instead:

mac-laptop:~ jemian$ Assign_GUP 
2016-03-09 16:34:52.694 python[13077:118698] modalSession has been exited prematurely - check for a reentrant call to endModalSession:

first reported in #48

prjemian commented 8 years ago

this is a known bug in Qt, see https://bugreports.qt.io/browse/QTBUG-37699 for which a fix was posted online with mention that it would be fixed in a future relase

there may be Python code to suppress messages such as this but that code might suppress other messages with useful content

won't fix this now