Fix stylelint

This commit is contained in:
Nikita Fomichev 2024-08-08 00:08:12 +02:00
parent 086b3d240d
commit 55ad7d3094

View File

@ -115,7 +115,7 @@ def get_run_command(
envs.append("-e NUM_TRIES=50")
envs.append("-e MAX_RUN_TIME=2800")
else:
max_run_time = os.getenv("MAX_RUN_TIME", 0)
max_run_time = os.getenv("MAX_RUN_TIME", "0")
envs.append(f"-e MAX_RUN_TIME={max_run_time}")
envs += [f"-e {e}" for e in additional_envs]