Exporting a colormap, deleting it, and then importing the colormap results in a key error inVizualizer.py 127.
Likely an issue with the code trying to set a colormap that no longer exists.
Solution: Test if the name exists and create it if it does not. then set as normal.