From 0553bcb0acfb2e13935b7d3520c0fb11775fb4e0 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 2 Jun 2021 11:41:46 +0300 Subject: [PATCH] Hate single quotes --- pdb/.pdbrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdb/.pdbrc b/pdb/.pdbrc index 0328df4..b3f30f6 100644 --- a/pdb/.pdbrc +++ b/pdb/.pdbrc @@ -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", {}),))) -- 2.44.0