Skip to content

Commit 1036287

Browse files
committed
Quality pass
1 parent d801a13 commit 1036287

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/housekeeper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def _parse_arguments() -> object:
127127
"--keepWhenInactive",
128128
required=False,
129129
type=str,
130-
help=f"Regexp of branches to keep when inactive, overrides the SonarQube default sonar.dbcleaner.branchesToKeepWhenInactive value",
130+
help="Regexp of branches to keep when inactive, overrides the SonarQube default sonar.dbcleaner.branchesToKeepWhenInactive value",
131131
)
132132
parser.add_argument(
133133
"-R",

0 commit comments

Comments
 (0)