mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-21 22:04:44 +00:00
Ignore file-exists error.
This commit is contained in:
@@ -17,7 +17,7 @@ use validator_harness::ValidatorHarness;
|
||||
fn main() {
|
||||
let validator_file_path = keypairs_path();
|
||||
|
||||
fs::create_dir(validator_file_path.parent().unwrap()).unwrap();
|
||||
let _ = fs::create_dir(validator_file_path.parent().unwrap());
|
||||
|
||||
let matches = App::new("Lighthouse Test Harness Runner")
|
||||
.version("0.0.1")
|
||||
|
||||
Reference in New Issue
Block a user