PyDumper: Fix handling of FitQuality.
The usual way of testing whether a FitQuality* is null doesn't work anymore because FitQuality has grown an operator bool(). We now have to test for null by comparing with an explicitly null pointer.
Fixes test failure in TrackParticleAthenaPool.