We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b574129 commit c322ce3Copy full SHA for c322ce3
src/fosslight_util/help.py
@@ -35,7 +35,7 @@ def print_help_msg(self, exitopt):
35
36
def print_package_version(pkg_name, msg="", exitopt=True):
37
if msg == "":
38
- msg = f"{pkg_name} Version :"
+ msg = f"{pkg_name} Version:"
39
cur_version = pkg_resources.get_distribution(pkg_name).version
40
print(f'{msg} {cur_version}')
41
0 commit comments