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 f334de3 commit db6a5aeCopy full SHA for db6a5ae
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"Pillow",
25
"download",
26
]
27
-version = "2.12.7"
+version = "2.12.8"
28
# readme is labeled as dynamic
29
[tool.setuptools.dynamic]
30
dependencies = { file = ["requirements.txt"] }
src/qualityscaler/cli.py
@@ -10,7 +10,6 @@
10
def main() -> int:
11
"""Main entry point for the template_python_cmd package."""
12
python_exe = sys.executable
13
- print(f"Python executable: {python_exe}")
14
rtn = os.system(f"{python_exe} -m qualityscaler.QualityScaler")
15
return rtn
16
0 commit comments