From ccedbf1091c9cac497b1fa8ab861d63cad6be70e Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Sun, 13 Jun 2021 16:32:41 +0300 Subject: [PATCH] Oh shit, single hateful quotes --- pdb/.pdbrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdb/.pdbrc b/pdb/.pdbrc index b3f30f6..aaaedb9 100644 --- a/pdb/.pdbrc +++ b/pdb/.pdbrc @@ -1,5 +1,5 @@ import os -alias hare os.system('kill %d' % os.getpid()) -alias hare9 os.system('kill -9 %d' % os.getpid()) +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", {}),))) -- 2.44.0