Skip to content

Commit

Permalink
Update charm.py (resolve failing lint test)
Browse files Browse the repository at this point in the history
Update _run_cli function so it doesn't throw a too-many-positional-arguments error
  • Loading branch information
erinecon authored Oct 4, 2024
1 parent 4be36f9 commit 1a250f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/charm.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ def _stop_server(self) -> None:
def _run_cli(
self,
cmd: List[str],
*,
user: Union[str, None] = None,
group: Union[str, None] = None,
working_dir: Union[str, None] = None,
Expand Down

0 comments on commit 1a250f5

Please sign in to comment.