Skip to content

Commit

Permalink
Fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <jenright@cloudera.com>
  • Loading branch information
jimright committed Dec 12, 2024
1 parent 51c6561 commit 220f2fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/modules/datalake.py
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,9 @@ def upgrade_datalake(self):
if self.upgrade in ["os", "full"]:
# upgrade if os or full
self.cdpy.datalake.datalake_upgrade(
datalake_name=self.name, rolling_upgrade=self.rolling_upgrade, skip_backup=(not self.upgrade_backup)
datalake_name=self.name,
rolling_upgrade=self.rolling_upgrade,
skip_backup=(not self.upgrade_backup),
)
upgrade_performed = True

Expand Down

0 comments on commit 220f2fc

Please sign in to comment.