Skip to content

Commit

Permalink
small type fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielcocenza committed Feb 7, 2024
1 parent 650bff1 commit 3f6064e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cou/apps/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ def _get_openstack_upgrade_step(self, unit: ApplicationUnit) -> UnitUpgradeStep:
:rtype: UnitUpgradeStep
"""
return UnitUpgradeStep(
description=(f"Upgrade the unit: '{unit.name}'."),
description=f"Upgrade the unit: '{unit.name}'.",
coro=self.model.run_action(
unit_name=unit.name, action_name="openstack-upgrade", raise_on_failure=True
),
Expand Down

0 comments on commit 3f6064e

Please sign in to comment.