File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ def astyle():
165
165
g0 .add_argument (
166
166
"-g" ,
167
167
"--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 } " ,
169
169
action = "store_true" ,
170
170
)
171
171
g0 .add_argument (
@@ -178,7 +178,7 @@ def astyle():
178
178
"-i" ,
179
179
"--ignore" ,
180
180
metavar = "<ignore file>" ,
181
- help = "File containing path to ignore. Default: {ignore_path}" ,
181
+ help = f "File containing path to ignore. Default: { ignore_path } " ,
182
182
)
183
183
parser .add_argument (
184
184
"-p" , "--path" , metavar = "<astyle install path>" , help = "Astyle installation path"
@@ -187,7 +187,7 @@ def astyle():
187
187
"-r" ,
188
188
"--root" ,
189
189
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 } " ,
191
191
)
192
192
args = parser .parse_args ()
193
193
You can’t perform that action at this time.
0 commit comments