]> Cypherpunks.ru repositories - pyderasn.git/commitdiff
Double quotes
authorSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 20:12:32 +0000 (23:12 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 7 Aug 2018 20:12:32 +0000 (23:12 +0300)
pyderasn.py

index 3b7d6cc75dcd5398cd5d440ee742fa26c9a4986c..92ffc17cd06e8ef16db431d0a399b376f2d7c2a8 100755 (executable)
@@ -5234,12 +5234,12 @@ def main():  # pragma: no cover
     )
     parser.add_argument(
         "--nobered",
-        action='store_true',
+        action="store_true",
         help="Disallow BER encoding",
     )
     parser.add_argument(
         "--print-decode-path",
-        action='store_true',
+        action="store_true",
         help="Print decode paths",
     )
     parser.add_argument(