Skip to content

Commit

Permalink
Update src/poetry/console/commands/run.py
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Döring <30527984+radoering@users.noreply.github.com>
  • Loading branch information
wagnerluis1982 and radoering committed Apr 4, 2023
1 parent 6d0e804 commit 6d9a58c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/poetry/console/commands/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def run_script(self, script: str | dict[str, str], args: list[str]) -> int:
args = [str(script_path), *args[1:]]
break
else:
# If reach this point, the script is not installed
# If we reach this point, the script is not installed
self._warning_not_installed_script(args[0])

if isinstance(script, dict):
Expand Down

0 comments on commit 6d9a58c

Please sign in to comment.