Skip to content

Commit

Permalink
Merge tag '1.13.3' and main to 1.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
TyberiusPrime committed Aug 23, 2023
2 parents b065e54 + 8bf77b0 commit 929edfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anysnake2"
version = "1.13.2"
version = "1.13.4"
authors = ["Florian Finkernagel <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion src/python_parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn parse_python_config_file(setup_cfg_file: &Path) -> Result<Vec<String>> {
}
}
}
None => bail!("no [options] in setup.cfg"),
None => {},//bail!("no [options] in setup.cfg"),
};
Ok(res)
//Err(anyhow!("Could not parse"))
Expand Down

0 comments on commit 929edfa

Please sign in to comment.