Skip to content

Commit 1a06480

Browse files
authored
Merge pull request #197 from JonathanLennox/make-fmt-fix
Fixes by "make fmt".
2 parents cc0a851 + dbd8485 commit 1a06480

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

tcconfig/parser/_filter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def __parse_mangle_mark(self, line):
203203
self.__classid = parsed_list[-1]
204204
self.__handle = int("0" + parsed_list[-3], 16)
205205
logger.debug(
206-
"succeed to parse mangle mark: " "classid={}, handle={}, line={}".format(
206+
"succeed to parse mangle mark: classid={}, handle={}, line={}".format(
207207
self.__classid, self.__handle, line
208208
)
209209
)

tcconfig/tcset.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,8 +267,7 @@ def run(self):
267267
[
268268
"adding a shaping rule failed. a shaping rule for the same "
269269
"network/port already exists. try to execute with:",
270-
" (a) --overwrite option if you want to overwrite "
271-
"the existing rules.",
270+
" (a) --overwrite option if you want to overwrite the existing rules.",
272271
" (b) --change option if you want to change "
273272
"the existing rule parameters.",
274273
]

0 commit comments

Comments
 (0)