Repeated Warnings
If a plot cannot be created in the visualize step, a warning is written in CommonAnalysisHelpers/python/visualize.py
. If the path manager had already assigned a local file, this causes another warning in the TQPathManager destructor.
Solution: remove the local path from the path manager if the plot cannot be created.