gchers / fbleau

A tool for estimating a system's information leakage via Machine Learning
MIT License
10 stars 2 forks source link

Crash when calling fbleau --version #2

Closed kadron closed 5 years ago

kadron commented 5 years ago

I'm getting an error while calling this command.

$ fbleau --version 
thread 'main' panicked at '[!] failed to load training data: Error(Io(Os { code: 2, kind: NotFound, message: "No such file or directory" }))', src/libcore/result.rs:997:5 note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
gchers commented 5 years ago

Thank you for reporting this, and I'm sorry if I didn't see it before. It should now be fixed now, but feel free to re-open the ticket otherwise.

(Note that the argument --version is just for showing fbleau's version. I'll package a new version of fbleau only for bigger changes, so this bug is not fixed in the version currently on https://crates.io.)