]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Hate single quotes
authorSergey Matveev <stargrave@stargrave.org>
Wed, 2 Jun 2021 08:41:46 +0000 (11:41 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 2 Jun 2021 08:41:46 +0000 (11:41 +0300)
pdb/.pdbrc

index 0328df438958f7d06444bc40c440372de90f1fc6..b3f30f6679dda81d8c29ff9ee19f28ae1e71de4d 100644 (file)
@@ -2,4 +2,4 @@ import os
 
 alias hare os.system('kill %d' % os.getpid())
 alias hare9 os.system('kill -9 %d' % os.getpid())
-alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get('OID_STR_TO_NAME', {}),)))
+alias pp1 import pyderasn ;; print(pyderasn.pprint(%1, oid_maps=(locals().get("OID_STR_TO_NAME", {}),)))