Skip to content

Commit

Permalink
Make ruff happy
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Oct 20, 2024
1 parent f7cd0d9 commit d8b0fe5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/waydroid_injector/manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,10 @@ def __post_operation(self):
logger = getLogger(__name__)
if len(self.set_property) > 0:
logger.info(
"Please run `waydroid upgrade` or `waydroid init --force` to let your custom property being applied correctly."
(
"Please run `waydroid upgrade` or `waydroid init --force`",
" to let your custom property being applied correctly.",
),
)

@property
Expand Down

0 comments on commit d8b0fe5

Please sign in to comment.