Skip to content

Commit 0806975

Browse files
committed
Fixed a pylint issue.
Signed-off-by: Jaehyun Kim <[email protected]>
1 parent 09c00f7 commit 0806975

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

flow/util/genRuleFile.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,9 @@ def gen_rule_file(
290290
f"[WARNING] Multiple clocks not supported. Will use first clock: {period_list[0]}."
291291
)
292292
else:
293-
print("[WARNING] 'constraints__clocks__details' not found or is empty in metrics. Clock-related rules might be affected.")
293+
print(
294+
"[WARNING] 'constraints__clocks__details' not found or is empty in metrics. Clock-related rules might be affected."
295+
)
294296

295297
format_str = "| {:45} | {:8} | {:8} | {:8} |\n"
296298
change_str = ""

0 commit comments

Comments
 (0)