Skip to content

Conversation

@mafr
Copy link
Contributor

@mafr mafr commented Dec 16, 2025

I'm not a Rust developer, but this does seem to work. I don't like my Python code to panic :)

src/lib.rs Outdated
let targets = match mk_targets(browsers_list) {
Ok(val) => val,
Err(e) => {return Err(PyValueError::new_err(format!("browsers_list failed validation: {}", e.to_string())))}
Err(e) => {return Err(PyValueError::new_err(format!("Browsers_list failed validation: {}", e.to_string())))}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave the capitalization matching the parameter name. We could phrase it differently though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. My OCD got the better of me.

@pydsigner pydsigner merged commit 00285b6 into pydsigner:master Dec 16, 2025
12 checks passed
@mafr mafr deleted the bugfix/bundle-css-error-handling branch December 18, 2025 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants