Skip to content

Commit db6a5ae

Browse files
committed
Remove message about python binary
1 parent f334de3 commit db6a5ae

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"Pillow",
2525
"download",
2626
]
27-
version = "2.12.7"
27+
version = "2.12.8"
2828
# readme is labeled as dynamic
2929
[tool.setuptools.dynamic]
3030
dependencies = { file = ["requirements.txt"] }

src/qualityscaler/cli.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
def main() -> int:
1111
"""Main entry point for the template_python_cmd package."""
1212
python_exe = sys.executable
13-
print(f"Python executable: {python_exe}")
1413
rtn = os.system(f"{python_exe} -m qualityscaler.QualityScaler")
1514
return rtn
1615

0 commit comments

Comments
 (0)