Skip to content

Commit

Permalink
clean up comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegenes committed Oct 8, 2024
1 parent e74c29d commit 5502afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions src/utils/buildutils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ impl BuildParams {
}

// helper functions for paramstr parsing

// Helper function to parse and set a value, ensuring it's only set once if `allow_multiple` is false.
// This function is constrained to types that can be parsed from strings and are integers.

fn parse_paramstr_ksize(value: &str, field: &str) -> Result<u32, String> {
value
.parse()
Expand Down
2 changes: 1 addition & 1 deletion tests/test_gbsketch.py
Original file line number Diff line number Diff line change
Expand Up @@ -835,4 +835,4 @@ def test_gbsketch_bad_param_str(runtmp, capfd):
captured = capfd.readouterr()
print(captured)

assert "Error: Failed to parse params string: Conflicting moltype settings in param string: 'protein' and another type" in captured.err
assert "Error: Failed to parse params string: Conflicting moltype settings in param string: 'protein' and another type" in captured.err

0 comments on commit 5502afd

Please sign in to comment.