Election-Tech-Initiative / electionguard-cpp

A C++ implementation of ElectionGuard specification focused on encryption components.
https://www.electionguard.vote/
MIT License
23 stars 26 forks source link

Remove unzip command for non-existant sample-data.zip file #321

Closed awaistanveer closed 2 years ago

awaistanveer commented 2 years ago

Issue

Link your PR to an issue

Fixes #320

Description

Remove the troubling line of code (mentioned in issue #320) that was producing the error.

Testing

Tested make environment on Debian Gnu/Linux 11. The command succeeds after removing this line.