File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def astyle():
165165g0 .add_argument (
166166 "-g" ,
167167 "--gitdiff" ,
168- help = "Use changes files from git default branch. Default: {git_branch}" ,
168+ help = f "Use changes files from git default branch. Default: { git_branch } " ,
169169 action = "store_true" ,
170170)
171171g0 .add_argument (
@@ -178,7 +178,7 @@ def astyle():
178178 "-i" ,
179179 "--ignore" ,
180180 metavar = "<ignore file>" ,
181- help = "File containing path to ignore. Default: {ignore_path}" ,
181+ help = f "File containing path to ignore. Default: { ignore_path } " ,
182182)
183183parser .add_argument (
184184 "-p" , "--path" , metavar = "<astyle install path>" , help = "Astyle installation path"
@@ -187,7 +187,7 @@ def astyle():
187187 "-r" ,
188188 "--root" ,
189189 metavar = "<source root path>" ,
190- help = "Source root path to use. Default: {src_path}" ,
190+ help = f "Source root path to use. Default: { src_path } " ,
191191)
192192args = parser .parse_args ()
193193
You can’t perform that action at this time.
0 commit comments