Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc committed Aug 16, 2023
1 parent 348ed3c commit 05c9c2d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
if sys.prefix != sys.base_prefix:
subprocess.run(
[
Path(sys.prefix) / "bin" / "pip"
Path(sys.prefix) / "bin" / "pip",
"install",
"-Ur",
Path("fprime") / "requirements.txt",
Expand All @@ -62,7 +62,7 @@
else:
# Print warning after the following message so users do not miss it
PRINT_VENV_WARNING = True
else:
else:
print(
"[INFO] requirements.txt has not been installed because you did not request it.",
"Install with `pip install -Ur fprime/requirements.txt`",
Expand Down

0 comments on commit 05c9c2d

Please sign in to comment.