Skip to content

Commit

Permalink
fix: Naming to long
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Schneider committed Dec 20, 2023
1 parent 8554d3e commit 83ae4b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions capella2polarion/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,10 @@ def synchronize(ctx: click.core.Context) -> None:
capella_to_polarion_cli: C2PCli = ctx.obj
capella_to_polarion_cli.logger.info(
f"""
Synchronising diagrams from diagram cache at '{str(capella_to_polarion_cli.get_capella_diagram_cache_index_file_path())}'
to Polarion project with id {capella_to_polarion_cli.polarion_params.project_id}...
Synchronising diagrams from diagram cache at
'{str(capella_to_polarion_cli.get_capella_diagram_cache_index_file_path())}'
to Polarion project with id
{capella_to_polarion_cli.polarion_params.project_id}...
"""
)
capella_to_polarion_cli.load_synchronize_config()
Expand Down

0 comments on commit 83ae4b4

Please sign in to comment.