From: Sergey Matveev Date: Sun, 13 Jun 2021 13:32:41 +0000 (+0300) Subject: Oh shit, single hateful quotes X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=ccedbf1091c9cac497b1fa8ab861d63cad6be70e Oh shit, single hateful quotes --- 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", {}),)))