Skip to content
Snippets Groups Projects
Commit 62240676 authored by David Verelst's avatar David Verelst
Browse files

prepost.dlctemplate: do not remove failed cases prior to finding them

parent 2163b33a
No related branches found
No related tags found
1 merge request!106small prepost bug fixes
...@@ -626,7 +626,7 @@ def postpro_node_merge(tqdm=False, zipchunks=False, m=[3,4,6,8,9,10,12]): ...@@ -626,7 +626,7 @@ def postpro_node_merge(tqdm=False, zipchunks=False, m=[3,4,6,8,9,10,12]):
def prepare_failed(compress=False, wine_arch='win32', wine_prefix='~/.wine32', def prepare_failed(compress=False, wine_arch='win32', wine_prefix='~/.wine32',
prelude='', zipchunks=False): prelude='', zipchunks=False):
cc = sim.Cases(POST_DIR, sim_id) cc = sim.Cases(POST_DIR, sim_id, rem_failed=False)
df_tags = cc.cases2df() df_tags = cc.cases2df()
# ------------------------------------------------------------------------- # -------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment