Skip to content

Commit

Permalink
More more is_und
Browse files Browse the repository at this point in the history
  • Loading branch information
sffc committed Aug 17, 2023
1 parent f8e310e commit dbefbf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provider/datagen/src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ impl DatagenDriver {
match provider.load_data(key, req) {
Ok(data_response) => {
if let Some(iter) = locale_iter.as_ref() {
if iter.get().is_und() && !locale.is_empty() {
if iter.get().is_und() && !locale.is_und() {
log::debug!("Falling back to und: {key}/{locale}");
}
}
Expand Down

0 comments on commit dbefbf9

Please sign in to comment.