mirror of
https://github.com/Chaoscaot/schemsearch.git
synced 2025-11-05 05:54:02 +01:00
Fix SQL-Interface
This commit is contained in:
@ -271,9 +271,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
Err(e) => {
|
||||
if !output_std && !output_std_csv {
|
||||
println!("Error while loading schematic ({}): {}", schem.get_name(), e.to_string());
|
||||
}
|
||||
println!("Error while loading schematic ({}): {}", schem.get_name(), e.to_string());
|
||||
SearchResult {
|
||||
name: schem.get_name(),
|
||||
matches: vec![]
|
||||
|
||||
Reference in New Issue
Block a user