turbinia
turbinia copied to clipboard
None types in recipes end up as strings
When the None
object is in a recipe, it gets evaluated as a string. We should make sure that it gets deserialized as the correct type. An empty string may work for many cases. If using an empty string is the best option, we should document that and update the recipes and TASK_CONFIG
s to match.