Skip to content
Snippets Groups Projects
Commit 8acf8fd3 authored by Mark Haines's avatar Mark Haines
Browse files

Fix jenkins.sh

parent 047927d8
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
set -e
make clean
rm olm-*.tgz
rm -f olm-*.tgz
make lib
make test
......
......@@ -327,7 +327,7 @@ def do_inbound_group(args):
sys.exit(1);
session = InboundGroupSession()
session.init(credentials['message_index'], credentials['session_key'])
session.init(credentials['session_key'])
with open(args.session_file, "wb") as f:
f.write(session.pickle(args.key))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment