mirror of
https://github.com/steveicarus/iverilog.git
synced 2026-08-29 01:03:29 +02:00
Python test cleanup
This commit is contained in:
+1
-2
@@ -206,8 +206,7 @@ if __name__ == "__main__":
|
||||
# pylint: disable-next=invalid-name
|
||||
width = 0
|
||||
for cur in tests_list:
|
||||
if len(cur[0]) > width:
|
||||
width = len(cur[0])
|
||||
width = max(width, len(cur[0]))
|
||||
|
||||
# pylint: disable-next=invalid-name
|
||||
error_count = 0
|
||||
|
||||
Reference in New Issue
Block a user