Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Cordoba <[email protected]>
  • Loading branch information
mrclary and ccordoba12 committed Jun 20, 2022
1 parent d9421db commit 426e6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"messages should be shown. e.g., "
"spyder.plugins.completion,spyder.plugins.editor")
parser.add_argument('--no-install', action='store_true', default=False,
help="Do not install spyder or subrepos")
help="Do not install Spyder or its subrepos")
parser.add_argument('spyder_options', nargs='*')

args = parser.parse_args()
Expand Down
2 changes: 1 addition & 1 deletion install_dev_repos.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
and not ((p / 'setup.py').exists() or (p / 'pyproject.toml').exists())
):
continue

try:
dist = distribution(p.name)._path
except PackageNotFoundError:
Expand Down Expand Up @@ -138,7 +139,6 @@ def main(install=tuple(REPOS.keys()), no_install=tuple(), **kwargs):

if __name__ == '__main__':
# ---- Parse command line

parser = argparse.ArgumentParser(
usage="python install_dev_repos.py [options]")
parser.add_argument(
Expand Down

0 comments on commit 426e6b3

Please sign in to comment.