Update logging messages to improve UX and output consistency

This commit is contained in:
2021-02-10 00:06:33 -05:00
parent 08a6962d3f
commit e894a25d18
4 changed files with 14 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ PEP508_VERSION_DELIMITERS: Tuple[str, ...] = ("~=", "==", "!=", ">", "<")
# Prefix all reporter messages should include to indicate that they came from this module in the
# console output.
REPORTER_PREFIX: str = f"[{__about__.__title__}]:"
REPORTER_PREFIX: str = f"{__about__.__title__}:"
# Semver compatible version of the current python platform version. Used for checking