<@U0B9XU2Q6>: I think you main problem is the extr...
# announcements
a
@cfleming: I think you main problem is the extra type arguments you don't need before `leinArgs`:
Copy code
fun leinArgs(): Map<String, Any?> {
    val ret = hashMapOf<String, Any?>()
    ret.put("gpg-path", settings.gpgPath)
    return ret
}