projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4615b15
)
for better debug functionality
author
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Tue, 21 Jul 2015 22:13:45 +0000
(18:13 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 18:28:38 +0000
(13:28 -0500)
now you can debug(obj_whatever)
edward
patch
|
blob
|
blame
|
history
diff --git
a/edward
b/edward
index 36f2771f5dc7d1eda22eb9bde97b618b8f835aea..49027a1483f4c0f8e8f1c0a9bbac3fc1f309e104 100755
(executable)
--- a/
edward
+++ b/
edward
@@
-493,7
+493,7
@@
def encrypt_sign_message (plaintext, encrypt_to_key, gpgme_ctx):
def error (error_msg):
- sys.stderr.write(progname + ": " +
error_msg
+ "\n")
+ sys.stderr.write(progname + ": " +
str(error_msg)
+ "\n")
def debug (debug_msg):