@@ -226,7 +226,7 @@ impl<'l, Error: CLIError, OE: Entity> Attacher<'l, Error, OE> {
.iter()
.cloned()
.reduce(|a, b| format!("{},{}", a, b))
- .unwrap()
+ .unwrap_or_default()
.to_string(),
));
},