args is a list of distinct options, not a comma-separated string.
---
 package/key.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/key.jsm b/package/key.jsm
index ecdbdae..ab4b739 100644
--- a/package/key.jsm
+++ b/package/key.jsm
@@ -195,7 +195,7 @@ var EnigmailKey = {
    *    - packetStr - String: the packet list as received from GnuPG
    */
   getKeyFileType: function(keyBlockStr) {
-    let args = EnigmailGpg.getStandardArgs(true).concat(["--no-verbose, 
--list-packets"]);
+    let args = EnigmailGpg.getStandardArgs(true).concat(["--no-verbose", 
"--list-packets"]);
     const exitCodeObj = {};
     const statusMsgObj = {};
     const errorMsgObj = {};
-- 
2.9.3


_______________________________________________
enigmail-users mailing list
enigmail-users@enigmail.net
To unsubscribe or make changes to your subscription click here:
https://admin.hostpoint.ch/mailman/listinfo/enigmail-users_enigmail.net

Reply via email to