add remove http:// or https://
This commit is contained in:
@@ -175,7 +175,8 @@ fn main() -> XResult<()> {
|
||||
print_message(MessageType::ERROR, &format!("Error in open file: {}, at item index: {}", e, item_index));
|
||||
fs::remove_file(temp_zip_file).ok();
|
||||
fs::remove_file(temp_pgp_file).ok();
|
||||
continue;},
|
||||
continue;
|
||||
},
|
||||
Ok(file_temp_pgp_file) => file_temp_pgp_file,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user