]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Oh shit, single hateful quotes
authorSergey Matveev <stargrave@stargrave.org>
Sun, 13 Jun 2021 13:32:41 +0000 (16:32 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 13 Jun 2021 13:32:46 +0000 (16:32 +0300)
pdb/.pdbrc

index b3f30f6679dda81d8c29ff9ee19f28ae1e71de4d..aaaedb9882b42626c3241e0f2a10600f74487754 100644 (file)
@@ -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", {}),)))