Commit e469802
Prevents a fetcher_config error message from being printed
The following message is always printed when calling `cvd create`:
Could not read config file /mnt/external_ssd/main/out/target/product/vsoc_x86_64/fetcher_config.json: * Line 1, Column 1
Syntax error: value, object or array expected.
However, this file never exists (at least in my development setup). So
add a check to ensure the file exists first before trying to parse it.
Bug: 519542446
Test: cvd create1 parent 4f1f0a7 commit e469802
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments