sassoftware / pymaven

pymaven is a library for working with maven repositories via python. pymaven is not intended as a complete replacement of the maven build system, but instead as a way for python programs to fetch artifacts and artifact dependencies from maven2 repositories.
Apache License 2.0
14 stars 11 forks source link

Do not return 'None' as a property value #12

Open pombredanne opened 7 years ago

pombredanne commented 7 years ago

The code here: https://github.com/sassoftware/pymaven/blob/f99a2874bbfe0c3ca8752a4d40936ba71d6be4a5/pymaven/pom.py#L336 will return 'None' for a property if the value of the attribute is None.

wfscheper commented 7 years ago

If you convert your commit into a pull request, I'll merge it.

pombredanne commented 7 years ago

@wfscheper I will, as clean commit off the https://github.com/sassoftware/pymaven/tree/clientless-pom branch

wfscheper commented 1 year ago

@pombredanne, now that the project is unarchived, I was hoping to quickly merge any changes from your fork that address the open issues. My plan in the short-term is to modernize some of the project infrastructure (packaging, CI, etc), but getting these outstanding issues addressed will be easier if we fix them first.