mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Fix bug in langtool
This commit is contained in:
@@ -996,11 +996,11 @@ fn execute_command(cmd: Command, ai: Option<&ChatGPT>, dry_run: bool, verbose: b
|
||||
}
|
||||
}
|
||||
|
||||
println!("Langtool processing reference {reference_ini_filename}");
|
||||
// println!("Langtool processing reference {reference_ini_filename}");
|
||||
|
||||
if !dry_run {
|
||||
reference_ini.write().unwrap();
|
||||
}
|
||||
//if !dry_run {
|
||||
// reference_ini.write().unwrap();
|
||||
//}
|
||||
}
|
||||
|
||||
fn generate_ai_response(
|
||||
|
||||
Reference in New Issue
Block a user