projects
/
edward.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87041f
)
fixed a potential bug
author
Andrew Engelbrecht
<andrew@localhost.localdomain>
Sat, 18 Jul 2015 22:18:49 +0000
(18:18 -0400)
committer
Andrew Engelbrecht
<sudoman@ninthfloor.org>
Mon, 7 Dec 2015 17:46:48 +0000
(12:46 -0500)
this should be set as a flag.
edward-bot
patch
|
blob
|
blame
|
history
diff --git
a/edward-bot
b/edward-bot
index 634c3de80e0236fd99c373c7edae001590413383..cc352bc327a5dcddff8ff5fa481b877e6af34c0c 100755
(executable)
--- a/
edward-bot
+++ b/
edward-bot
@@
-173,7
+173,7
@@
def split_message (text):
'.*' + \
'-----END PGP MESSAGE-----)', \
text, \
- re.DOTALL)
+
flags=
re.DOTALL)
if gpg_matches != None:
gpg_chunks = gpg_matches.groups()