Skip to content
Snippets Groups Projects
Commit b5cc3226 authored by Daniel Brown's avatar Daniel Brown
Browse files

changing kats to run from list to dictionary

parent fbfb84d2
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ class DiffException(Exception): ...@@ -26,7 +26,7 @@ class DiffException(Exception):
class FinesseTestProcess(Thread): class FinesseTestProcess(Thread):
def __init__(self, TEST_DIR, BASE_DIR, test_commit, def __init__(self, TEST_DIR, BASE_DIR, test_commit,
run_fast=False, kats=[], test_id="0", run_fast=False, kats={}, test_id="0",
git_bin="",emails="", nobuild=False,*args, **kqwargs): git_bin="",emails="", nobuild=False,*args, **kqwargs):
self.queue_time = None self.queue_time = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment