commit 5cc04bcbbb9760570a6b12a8168547ba72191f64
parent 57cfb966d5ad96aaa171b0e72f96c04a3c6b996b
Author: lash <dev@holbrook.no>
Date: Sun, 16 Jun 2024 17:57:15 +0100
Rehabilitate testdata generation script, last generate step
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testdata_asn1.py b/testdata_asn1.py
@@ -697,7 +697,7 @@ if __name__ == '__main__':
os.symlink(bob_key, bob_keygrip_sym)
- r = generate_ledger(dbi, data_dir, signer, bob_name, ledger_item_count=1, alice=alice, bob=bob)
+ r = generate_ledger(dbi, data_dir, signer, bob_name, ledger_item_count=1, alice=alice[0], bob=bob[0])
d = os.path.dirname(__file__)
import_dir = os.path.join(d, 'testdata', 'import')
try: