Skip to content

Commit

Permalink
Fix pylint 3.2.7 global-variable-not-assigned (verilator#5578)
Browse files Browse the repository at this point in the history
  • Loading branch information
gezalore authored Nov 1, 2024
1 parent f458951 commit aac0186
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test_regress/driver.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@
Arg_Tests = []
Quitting = False
Vltmt_Threads = 3
forker = None
Start = None

# So an 'import vltest_bootstrap' inside test files will do nothing
sys.modules['vltest_bootstrap'] = {}
Expand Down Expand Up @@ -2692,7 +2694,6 @@ def run_them() -> None:
sys.exit("%Error: TEST_REGRESS environment variable is already set")
os.environ['TEST_REGRESS'] = os.getcwd()

forker = None
Start = time.time()
_Parameter_Next_Level = None

Expand Down

0 comments on commit aac0186

Please sign in to comment.