Skip to content

Commit

Permalink
added missing docstring param
Browse files Browse the repository at this point in the history
  • Loading branch information
Cielquan committed Nov 25, 2020
1 parent 19daa7b commit 23ac391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/formelsammlung/venv_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def where_installed(program: str) -> Tuple[int, Optional[str], Optional[str]]:
- 2 = global
- 3 = both
:param program: Program to search
:return: Exit code, venv executable path, glob executable path
"""
exit_code = 0
Expand Down

0 comments on commit 23ac391

Please sign in to comment.