Skip to content

Commit 1ba04b8

Browse files
CharrierTimLarsAsplund
authored andcommitted
fix: resolve pylint too-many-locals warning
1 parent cf0ee0e commit 1ba04b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vunit/sim_if/nvc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def compile_vhdl_file_command(self, source_file):
247247

248248
def simulate(
249249
self, output_path, test_suite_name, config, elaborate_only
250-
): # pylint: disable=too-many-branches, disable=too-many-statements
250+
): # pylint: disable=too-many-branches, disable=too-many-statements, disable=too-many-locals
251251
"""
252252
Simulate with entity as top level using generics
253253
"""

0 commit comments

Comments
 (0)