Skip to content

Commit 72909f8

Browse files
committed
m
1 parent c80fe8e commit 72909f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TestVectors/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ test_encrypt_vectors_go:
212212
go -C runtimes/go/ImplementationFromDafny-go run ImplementationFromDafny.go encrypt --manifest-path=.. --decrypt-manifest-path=..
213213

214214
test_encrypt_vectors_python:
215-
rm -rf runtimes/python/.tox \
215+
rm -rf runtimes/python/.tox \
216216
python3 -m tox -c runtimes/python --verbose -e cli -- encrypt --manifest-path runtimes/python --decrypt-manifest-path runtimes/python
217217

218218
test_decrypt_encrypt_vectors_java:

0 commit comments

Comments
 (0)