Skip to content

Commit 5fbc5c6

Browse files
committed
Fix formatting issue
1 parent 0ec9fee commit 5fbc5c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openshift_metrics/merge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ def main():
142142
)
143143
parser.add_argument(
144144
"--class-invoice-file",
145-
help=f"Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
145+
help="Name of the class report file. Defaults to Classes-<cluster-name> <report_month>.csv",
146146
)
147147
parser.add_argument("--upload-to-s3", action="store_true")
148148
parser.add_argument(

0 commit comments

Comments
 (0)