Skip to content

Commit 2a5cb07

Browse files
authored
Fix sample data to 1.0 (#748)
* Better error logging during ballot decryption * Download 1.0 sample data Also, specify the output file so it will overwrite * Revert "Better error logging during ballot decryption" This reverts commit b0f4585.
1 parent 08f9726 commit 2a5cb07

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __pycache__/
77
*.so
88

99
data/0.95.0/
10+
data/1.0/
1011

1112
# Distribution / packaging
1213
.Python

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ ifeq ($(OS), Windows)
183183
choco install wget
184184
choco install unzip
185185
endif
186-
wget https://github.com/microsoft/electionguard/releases/download/v0.95.0/sample-data.zip
186+
wget -O sample-data.zip https://github.com/microsoft/electionguard/releases/download/v1.0/sample-data.zip
187187
unzip -o sample-data.zip
188188

189189
generate-sample-data:

0 commit comments

Comments
 (0)