Minor cleanup in main()
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -46,10 +46,9 @@ fn main() -> Result {
|
|||||||
// print error message
|
// print error message
|
||||||
println!("Error traceback:");
|
println!("Error traceback:");
|
||||||
print_error(&e);
|
print_error(&e);
|
||||||
Ok(())
|
|
||||||
} else {
|
|
||||||
Ok(())
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn print_error(error: &RuntimeError) {
|
fn print_error(error: &RuntimeError) {
|
||||||
|
|||||||
Reference in New Issue
Block a user