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 423333a commit 874e61fCopy full SHA for 874e61f
src/pipx/commands/run.py
@@ -44,8 +44,8 @@
44
45
46
def maybe_script_content(app: str, is_path: bool) -> Optional[Union[str, Path]]:
47
- # If the app is a script, return its content.
48
- # Return None if it should be treated as a package name.
+ """If the app is a script, return its content.
+ Return None if it should be treated as a package name."""
49
50
# Look for a local file first.
51
app_path = Path(app)
0 commit comments