Skip to content

Commit

Permalink
Avoid useless line break
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Oct 13, 2024
1 parent 51f9c88 commit 0f5f075
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/fetch_source_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -446,9 +446,7 @@ def run(*services: t.Union[Gui, Rest, Orchestrator], **kwargs) -> t.Optional[t.U

# Generate Pipfile from package dependencies from all repositories
pipfile_path = os.path.join(ROOT_DIR, "Pipfile")
pipfile_message = (
"WARNING: Package versions mismatch in Pipfiles - Pipfile not updated."
)
pipfile_message = "WARNING: Package versions mismatch in Pipfiles - Pipfile not updated."
for package, versions in pipfile_packages.items():
if len(versions) != 1:
if pipfile_message:
Expand Down

0 comments on commit 0f5f075

Please sign in to comment.