Skip to content

Commit

Permalink
Remove message about python binary
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 6, 2024
1 parent f334de3 commit db6a5ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"Pillow",
"download",
]
version = "2.12.7"
version = "2.12.8"
# readme is labeled as dynamic
[tool.setuptools.dynamic]
dependencies = { file = ["requirements.txt"] }
Expand Down
1 change: 0 additions & 1 deletion src/qualityscaler/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
def main() -> int:
"""Main entry point for the template_python_cmd package."""
python_exe = sys.executable
print(f"Python executable: {python_exe}")
rtn = os.system(f"{python_exe} -m qualityscaler.QualityScaler")
return rtn

Expand Down

0 comments on commit db6a5ae

Please sign in to comment.