fixed a bug in models_to_run, thanks Anthony
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.8.2-stable+timestamp.2013.12.19.20.24.40
|
||||
Version 2.8.2-stable+timestamp.2013.12.20.15.08.47
|
||||
|
||||
+1
-1
@@ -528,7 +528,7 @@ def run_models_in(environment):
|
||||
models_to_run = None
|
||||
for model in models:
|
||||
if response.models_to_run != models_to_run:
|
||||
regex = models_to_run = response.models_to_run
|
||||
regex = models_to_run = response.models_to_run[:]
|
||||
if isinstance(regex, list):
|
||||
regex = re_compile('|'.join(regex))
|
||||
if models_to_run:
|
||||
|
||||
Reference in New Issue
Block a user