State:New|TargetRelease:No Target|icon_bug|icon_katana|database:public|Resolution:Fixed|BugID:534077|
Problem summary
The exportConfiguration() function causes Katana to crash if querying for a value in a missing key. For example, if during the startup sequence an environment variable is cleared in a Startup script, any calls to exportConfiguration() will cause Katana to crash.
import os os.environ.pop('KATANA_PERSISTENT_IMAGES_PATH') print("Variable Cleared") KATANA_RESOURCES environment variable.Configuration.exportConfiguration()KATANA_PERSISTENT_IMAGES_PATH to a viable directory.We're sorry to hear that
Please tell us why