pgi icon indicating copy to clipboard operation
pgi copied to clipboard

AttributeError: NoneType object has no attribute quit' on sigint

Open adisbladis opened this issue 7 years ago • 0 comments

Hit the same bug as this PR addresses.

All you have to do to reproduce is run this tiny piece of code and hit Ctrl+C.

loop = GLib.MainLoop()
loop.run()

adisbladis avatar May 24 '17 09:05 adisbladis