Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
juga0 committed Nov 19, 2017
1 parent 39a9008 commit 64106f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion autocrypt/message.py
Expand Up @@ -371,7 +371,6 @@ def parse_gossip_ct(msg, p, key=None):
# NOTE: hacky workaround, because "\n" is added after "; ""
pt = pt.replace(
";\n keydata|;\r keydata|;\r\n keydata|;\n\r keydata", "; keydata")
open('foo', 'w').write(pt)
pmsg = parser.parsestr(pt)
gossip_list = parse_gossip_list_from_msg(pmsg)
logger.debug('gossip_list %s', gossip_list)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = lint,docs,py36
envlist = lint,doc,py36

[testenv]
deps =
Expand All @@ -10,7 +10,7 @@ deps =
commands =
pytest

[testenv:docs]
[testenv:doc]
deps =
sphinx
pgpy>=0.4.1
Expand Down

0 comments on commit 64106f4

Please sign in to comment.